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:50:31 UTC

svn commit: r232561 - /apr/apr-util/branches/1.2.x/include/apu_version.h

Author: pquerna
Date: Sat Aug 13 17:50:30 2005
New Revision: 232561

URL: http://svn.apache.org/viewcvs?rev=232561&view=rev
Log:
roll on to 1.2.2-dev.

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

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=232561&r1=232560&r2=232561&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:50:30 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       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)