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/26 22:22:47 UTC

svn commit: r291730 - in /apr/apr/branches/0.9.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Mon Sep 26 13:22:42 2005
New Revision: 291730

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

  Bump after tag

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

Modified: apr/apr/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/CHANGES?rev=291730&r1=291729&r2=291730&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES (original)
+++ apr/apr/branches/0.9.x/CHANGES Mon Sep 26 13:22:42 2005
@@ -1,3 +1,7 @@
+Changes with APR 0.9.8-dev
+
+
+
 Changes with APR 0.9.7
 
   *) Fix crash in apr_dir_make_recursive() for relative path

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/STATUS?rev=291730&r1=291729&r2=291730&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS (original)
+++ apr/apr/branches/0.9.x/STATUS Mon Sep 26 13:22:42 2005
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.8   : in development
     0.9.7   : tagged September 26, 2005
     0.9.6   : released February 4, 2005
     0.9.5   : released November 16, 2004

Modified: apr/apr/branches/0.9.x/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/apr_version.h?rev=291730&r1=291729&r2=291730&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Mon Sep 26 13:22:42 2005
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       7
+#define APR_PATCH_VERSION       8
 
 /** 
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 /** The formatted string of APR's version */