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 2011/12/09 13:12:38 UTC

svn commit: r1212352 - in /apr/apr-util/branches/1.4.x: CHANGES include/apu_version.h

Author: minfrin
Date: Fri Dec  9 12:12:38 2011
New Revision: 1212352

URL: http://svn.apache.org/viewvc?rev=1212352&view=rev
Log:
Bump to v1.4.2-dev.

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

Modified: apr/apr-util/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?rev=1212352&r1=1212351&r2=1212352&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.4.x/CHANGES [utf-8] Fri Dec  9 12:12:38 2011
@@ -1,4 +1,7 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-Util 1.4.2
+
+
 Changes with APR-Util 1.4.1
 
   *) Apply Windows build fixes for the apr_crypto API. [Mladen Turk]

Modified: apr/apr-util/branches/1.4.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apu_version.h?rev=1212352&r1=1212351&r2=1212352&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.4.x/include/apu_version.h Fri Dec  9 12:12:38 2011
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       1
+#define APU_PATCH_VERSION       2
 
 /** 
  * 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)