You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2004/11/17 00:23:21 UTC

svn commit: rev 76054 - apr/apr-util/branches/APU_0_9_BRANCH/include

Author: jerenkrantz
Date: Tue Nov 16 15:23:19 2004
New Revision: 76054

Modified:
   apr/apr-util/branches/APU_0_9_BRANCH/include/apu_version.h
Log:
* include/apu_version.h: Bump to 0.9.6-dev.


Modified: apr/apr-util/branches/APU_0_9_BRANCH/include/apu_version.h
==============================================================================
--- apr/apr-util/branches/APU_0_9_BRANCH/include/apu_version.h	(original)
+++ apr/apr-util/branches/APU_0_9_BRANCH/include/apu_version.h	Tue Nov 16 15:23:19 2004
@@ -62,13 +62,13 @@
 #define APU_MINOR_VERSION       9
 
 /** patch level */
-#define APU_PATCH_VERSION       5
+#define APU_PATCH_VERSION       6
 
 /** 
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 /** The formatted string of APU's version */