Author: wrowe
Date: Tue Jun 17 06:20:01 2008
New Revision: 668650
URL: http://svn.apache.org/viewvc?rev=668650&view=rev
Log:
Prepare to tag 1.3.2
Modified:
apr/apr-util/branches/1.3.x/STATUS
apr/apr-util/branches/1.3.x/include/apu_version.h
Modified: apr/apr-util/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=668650&r1=668649&r2=668650&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Tue Jun 17 06:20:01 2008
@@ -3,8 +3,9 @@
Releases:
- 1.3.2 : in development
- 1.3.1 : tagged June 14, 2008
+ 1.3.3 : in development
+ 1.3.2 : tagged June 17, 2008
+ 1.3.1 : not released
1.3.0 : released June 3, 2008
1.2.12 : released November 25, 2007
1.2.11 : not released
Modified: apr/apr-util/branches/1.3.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=668650&r1=668649&r2=668650&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.3.x/include/apu_version.h Tue Jun 17 06:20:01 2008
@@ -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 2
+#define APU_PATCH_VERSION 3
/**
* 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
+/* #undef APU_IS_DEV_VERSION */
#if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)
|