Author: pquerna
Date: Sat Aug 13 17:49:20 2005
New Revision: 232559
URL: http://svn.apache.org/viewcvs?rev=232559&view=rev
Log:
Prepare for 1.2.1 tag.
Modified:
apr/apr-util/branches/1.2.x/CHANGES
apr/apr-util/branches/1.2.x/include/apu_version.h
Modified: apr/apr-util/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/CHANGES?rev=232559&r1=232558&r2=232559&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES (original)
+++ apr/apr-util/branches/1.2.x/CHANGES Sat Aug 13 17:49:20 2005
@@ -1,4 +1,4 @@
-Changes with APR-util 1.2.0
+Changes with APR-util 1.2.1
*) Fix apr_rmm_realloc() offset calculation bug. [Keith Kelleman
<keith.kelleman oracle.com>]
Modified: apr/apr-util/branches/1.2.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=232559&r1=232558&r2=232559&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.2.x/include/apu_version.h Sat Aug 13 17:49:20 2005
@@ -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 0
+#define APU_PATCH_VERSION 1
/**
* 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)
|