jerenkrantz 2003/09/25 22:31:43
Modified: include Tag: APU_0_9_BRANCH apu_version.h
Log:
0.9.4 came and went. Now for 0.9.5-dev.
Revision Changes Path
No revision
No revision
1.9.2.2 +2 -2 apr-util/include/apu_version.h
Index: apu_version.h
===================================================================
RCS file: /home/cvs/apr-util/include/apu_version.h,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -u -r1.9.2.1 -r1.9.2.2
--- apu_version.h 26 Sep 2003 05:29:48 -0000 1.9.2.1
+++ apu_version.h 26 Sep 2003 05:31:43 -0000 1.9.2.2
@@ -101,13 +101,13 @@
#define APU_MINOR_VERSION 9
/** patch level */
-#define APU_PATCH_VERSION 4
+#define APU_PATCH_VERSION 5
/**
* This symbol is defined for internal, "development" copies of APU. This
* symbol will be #undef'd for releases.
*/
-/* #undef APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
/** The formatted string of APU's version */