jerenkrantz 2002/09/11 17:46:00
Modified: . CHANGES
include apu_version.h
Log:
Move to 0.9.2-dev
Revision Changes Path
1.78 +2 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -u -r1.77 -r1.78
--- CHANGES 10 Sep 2002 10:10:50 -0000 1.77
+++ CHANGES 12 Sep 2002 00:46:00 -0000 1.78
@@ -1,3 +1,5 @@
+Changes with APR-util 0.9.2
+
Changes with APR-util 0.9.1
*) Add versioning infrastructure.
1.3 +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.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- apu_version.h 12 Sep 2002 00:44:38 -0000 1.2
+++ apu_version.h 12 Sep 2002 00:46:00 -0000 1.3
@@ -101,14 +101,14 @@
#define APU_MINOR_VERSION 9
/** patch level */
-#define APU_PATCH_VERSION 1
+#define APU_PATCH_VERSION 2
/**
* 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 */
#define APU_VERSION_STRING \
|