jerenkrantz 2003/09/26 00:42:50
Modified: include apr_version.h
Log:
Hmm. We're not on the 0.9.x branch. HEAD is 1.0-dev.
(This may horribly break all of your programs, but it had to happen anyway
when we went to 1.0. Better to find out now.)
Revision Changes Path
1.17 +3 -3 apr/include/apr_version.h
Index: apr_version.h
===================================================================
RCS file: /home/cvs/apr/include/apr_version.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- apr_version.h 31 Mar 2003 05:29:47 -0000 1.16
+++ apr_version.h 26 Sep 2003 07:42:49 -0000 1.17
@@ -90,16 +90,16 @@
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define APR_MAJOR_VERSION 0
+#define APR_MAJOR_VERSION 1
/**
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 9
+#define APR_MINOR_VERSION 0
/** patch level */
-#define APR_PATCH_VERSION 4
+#define APR_PATCH_VERSION 0
/**