You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/09/27 01:23:05 UTC

svn commit: r291782 - in /apr/apr/branches/1.2.x: CHANGES include/apr_version.h

Author: wrowe
Date: Mon Sep 26 16:23:02 2005
New Revision: 291782

URL: http://svn.apache.org/viewcvs?rev=291782&view=rev
Log:

  Bump after tag

Modified:
    apr/apr/branches/1.2.x/CHANGES
    apr/apr/branches/1.2.x/include/apr_version.h

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/CHANGES?rev=291782&r1=291781&r2=291782&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES (original)
+++ apr/apr/branches/1.2.x/CHANGES Mon Sep 26 16:23:02 2005
@@ -1,3 +1,7 @@
+Changes for APR 1.2.3-dev
+
+
+
 Changes for APR 1.2.2
 
   *) Fix crash in apr_dir_make_recursive() for relative path

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/include/apr_version.h?rev=291782&r1=291781&r2=291782&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Mon Sep 26 16:23:02 2005
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       2
+#define APR_PATCH_VERSION       3
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)