You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2014/09/17 01:26:03 UTC

svn commit: r1625431 - in /apr/apr-util/branches/1.5.x: CHANGES include/apu_version.h

Author: trawick
Date: Tue Sep 16 23:26:02 2014
New Revision: 1625431

URL: http://svn.apache.org/r1625431
Log:
1.5.4 is tagged; bump to 1.5.5 (development)

Modified:
    apr/apr-util/branches/1.5.x/CHANGES
    apr/apr-util/branches/1.5.x/include/apu_version.h

Modified: apr/apr-util/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?rev=1625431&r1=1625430&r2=1625431&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Tue Sep 16 23:26:02 2014
@@ -1,4 +1,7 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.5.5
+
+
 Changes with APR-util 1.5.4
 
   *) MySQL driver: Fix incorrect handling of bad parameter in the

Modified: apr/apr-util/branches/1.5.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apu_version.h?rev=1625431&r1=1625430&r2=1625431&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.5.x/include/apu_version.h Tue Sep 16 23:26:02 2014
@@ -62,14 +62,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       4
+#define APU_PATCH_VERSION       5
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)