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 2007/06/04 23:58:24 UTC

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

Author: wrowe
Date: Mon Jun  4 14:58:23 2007
New Revision: 544300

URL: http://svn.apache.org/viewvc?view=rev&rev=544300
Log:
Bump after tag, we are at .10

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=544300&r1=544299&r2=544300
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES (original)
+++ apr/apr/branches/1.2.x/CHANGES Mon Jun  4 14:58:23 2007
@@ -1,3 +1,7 @@
+Changes for APR 1.2.10
+
+
+
 Changes for APR 1.2.9
 
   *) Stop invoking the testshm* helpers upon 'make test' invocation.

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?view=diff&rev=544300&r1=544299&r2=544300
==============================================================================
--- apr/apr/branches/1.2.x/STATUS (original)
+++ apr/apr/branches/1.2.x/STATUS Mon Jun  4 14:58:23 2007
@@ -3,6 +3,7 @@
 
 Releases:
 
+    1.2.10    : in maintenance
     1.2.9     : tagged June 4, 2007
     1.2.8     : released December 4, 2006
     1.2.7     : released April 14, 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=544300&r1=544299&r2=544300
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Mon Jun  4 14:58:23 2007
@@ -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       9
+#define APR_PATCH_VERSION       10
 
 /** 
  * 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)