You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2008/08/14 07:28:28 UTC

svn commit: r685772 - in /apr/apr-util/branches/1.3.x: STATUS include/apu_version.h

Author: wrowe
Date: Wed Aug 13 22:28:27 2008
New Revision: 685772

URL: http://svn.apache.org/viewvc?rev=685772&view=rev
Log:
Prepare to tag 1.3.4 util

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=685772&r1=685771&r2=685772&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Wed Aug 13 22:28:27 2008
@@ -3,8 +3,9 @@
 
 Releases:
 
-    1.3.4     : in development
-    1.3.3     : tagged August 9, 2008
+    1.3.5     : in development
+    1.3.4     : tagged August 14, 2008
+    1.3.3     : not released
     1.3.2     : released June 23, 2008
     1.3.1     : not released
     1.3.0     : released June 3, 2008

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=685772&r1=685771&r2=685772&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 Wed Aug 13 22:28:27 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       3
+#define APU_PATCH_VERSION       4
 
 /** 
  * 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)