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 2006/11/29 12:27:31 UTC

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

Author: wrowe
Date: Wed Nov 29 03:27:30 2006
New Revision: 480526

URL: http://svn.apache.org/viewvc?view=rev&rev=480526
Log:
Bump after tag

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

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=diff&rev=480526&r1=480525&r2=480526
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES (original)
+++ apr/apr/branches/1.2.x/CHANGES Wed Nov 29 03:27:30 2006
@@ -1,3 +1,7 @@
+Changes for APR 1.2.9
+
+
+
 Changes for APR 1.2.8
 
   *) Correctly retrieve 'empty' environment values with apr_env_get

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?view=diff&rev=480526&r1=480525&r2=480526
==============================================================================
--- apr/apr/branches/1.2.x/STATUS (original)
+++ apr/apr/branches/1.2.x/STATUS Wed Nov 29 03:27:30 2006
@@ -3,6 +3,7 @@
 
 Releases:
 
+    1.2.9     : in development
     1.2.8     : tagged November 29, 2006
     1.2.7     : released April 14, 2006
     1.2.6     : released March 25, 2006 

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/include/apr_version.h?view=diff&rev=480526&r1=480525&r2=480526
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Wed Nov 29 03:27:30 2006
@@ -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       8
+#define APR_PATCH_VERSION       9
 
 /** 
  * 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)