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/03/16 06:07:25 UTC

svn commit: r157684 - apr/apr-util/branches/1.1.x/include/apu_version.h

Author: pquerna
Date: Tue Mar 15 21:07:24 2005
New Revision: 157684

URL: http://svn.apache.org/viewcvs?view=rev&rev=157684
Log:
keep the tags rolling.

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

Modified: apr/apr-util/branches/1.1.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/include/apu_version.h?view=diff&r1=157683&r2=157684
==============================================================================
--- apr/apr-util/branches/1.1.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.1.x/include/apu_version.h Tue Mar 15 21:07:24 2005
@@ -58,14 +58,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 */
+#define APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)