jerenkrantz 2003/09/26 00:43:54
Modified: include apu_version.h
Log:
HEAD is 1.0 not 0.9.4.
Revision Changes Path
1.10 +3 -3 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
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- apu_version.h 31 Mar 2003 06:06:45 -0000 1.9
+++ apu_version.h 26 Sep 2003 07:43:54 -0000 1.10
@@ -92,16 +92,16 @@
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define APU_MAJOR_VERSION 0
+#define APU_MAJOR_VERSION 1
/**
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading APU_MAJOR_VERSION
*/
-#define APU_MINOR_VERSION 9
+#define APU_MINOR_VERSION 0
/** patch level */
-#define APU_PATCH_VERSION 4
+#define APU_PATCH_VERSION 0
/**
* This symbol is defined for internal, "development" copies of APU. This