You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/08/14 02:48:27 UTC

svn commit: r232558 - /apr/apr-util/trunk/include/apu_version.h

Author: pquerna
Date: Sat Aug 13 17:48:26 2005
New Revision: 232558

URL: http://svn.apache.org/viewcvs?rev=232558&view=rev
Log:
APR-Util rolls on to 1.3.0-dev

Modified:
    apr/apr-util/trunk/include/apu_version.h

Modified: apr/apr-util/trunk/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apu_version.h?rev=232558&r1=232557&r2=232558&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apu_version.h (original)
+++ apr/apr-util/trunk/include/apu_version.h Sat Aug 13 17:48:26 2005
@@ -53,7 +53,7 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading APU_MAJOR_VERSION
  */
-#define APU_MINOR_VERSION       2
+#define APU_MINOR_VERSION       3
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.