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/04/09 22:09:08 UTC

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

Author: wrowe
Date: Sun Apr  9 13:09:06 2006
New Revision: 392826

URL: http://svn.apache.org/viewcvs?rev=392826&view=rev
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/viewcvs/apr/apr/branches/1.2.x/CHANGES?rev=392826&r1=392825&r2=392826&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES (original)
+++ apr/apr/branches/1.2.x/CHANGES Sun Apr  9 13:09:06 2006
@@ -1,3 +1,7 @@
+Changes for APR 1.2.8
+
+
+
 Changes for APR 1.2.7
 
   *) Netware - add missing apu_version.c parsing for apu_version_string()

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/STATUS?rev=392826&r1=392825&r2=392826&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/STATUS (original)
+++ apr/apr/branches/1.2.x/STATUS Sun Apr  9 13:09:06 2006
@@ -3,6 +3,7 @@
 
 Releases:
 
+    1.2.8     : in development
     1.2.7     : tagged April 9, 2006
     1.2.6     : released March 25, 2006 
     1.2.5     : not released

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=392826&r1=392825&r2=392826&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Sun Apr  9 13:09:06 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       7
+#define APR_PATCH_VERSION       8
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#undef APR_IS_DEV_VERSION
+#define APR_IS_DEV_VERSION
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)