You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2016/06/13 21:40:01 UTC

svn commit: r1748317 - in /apr/apr-util/branches/1.6.x: STATUS include/apu_version.h

Author: minfrin
Date: Mon Jun 13 21:40:01 2016
New Revision: 1748317

URL: http://svn.apache.org/viewvc?rev=1748317&view=rev
Log:
Bump the version on the v1.6.x branch to v1.6.0.

Modified:
    apr/apr-util/branches/1.6.x/STATUS
    apr/apr-util/branches/1.6.x/include/apu_version.h

Modified: apr/apr-util/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/STATUS?rev=1748317&r1=1748316&r2=1748317&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.6.x/STATUS [utf-8] Mon Jun 13 21:40:01 2016
@@ -3,7 +3,7 @@ Last modified at [$Date$]
 
 Releases:
     2.0.0     : None/EOL - merged into apr/trunk/
-    1.5.5     : in development on branches/1.5.x/
+    1.6.0     : in development on branches/1.6.x/
     1.5.4     : released September 22, 2014
     1.5.3     : released November 18, 2013
     1.5.2     : released April 4, 2013

Modified: apr/apr-util/branches/1.6.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/include/apu_version.h?rev=1748317&r1=1748316&r2=1748317&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.6.x/include/apu_version.h Mon Jun 13 21:40:01 2016
@@ -56,13 +56,13 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading APU_MAJOR_VERSION
  */
-#define APU_MINOR_VERSION       5
+#define APU_MINOR_VERSION       6
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       5
+#define APU_PATCH_VERSION       0
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,