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 2009/06/03 16:36:42 UTC

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

Author: wrowe
Date: Wed Jun  3 14:36:41 2009
New Revision: 781412

URL: http://svn.apache.org/viewvc?rev=781412&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/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=781412&r1=781411&r2=781412&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/0.9.x/CHANGES [utf-8] Wed Jun  3 14:36:41 2009
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR 0.9.19
+
+
+
 Changes with APR 0.9.18
 
   *) z/OS: return standard apr_status_t codes from apr_dso_load()

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=781412&r1=781411&r2=781412&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr/branches/0.9.x/STATUS [utf-8] Wed Jun  3 14:36:41 2009
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.19    : in maintenance
     0.9.18    : tagged June 3, 2009
     0.9.17    : released November 25, 2007
     0.9.16    : released September 6, 2007

Modified: apr/apr/branches/0.9.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr_version.h?rev=781412&r1=781411&r2=781412&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Wed Jun  3 14:36:41 2009
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION      18
+#define APR_PATCH_VERSION      19
 
 /** 
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 /** The formatted string of APR's version */