wrowe 2003/03/30 21:29:47
Modified: . CHANGES
include apr_version.h
Log:
0.9.3 was here, on to 0.9.4-dev
Revision Changes Path
1.393 +4 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- CHANGES 27 Mar 2003 20:45:35 -0000 1.392
+++ CHANGES 31 Mar 2003 05:29:47 -0000 1.393
@@ -1,3 +1,7 @@
+Changes with APR 0.9.4
+
+
+
Changes with APR 0.9.3
*) Don't enable posixsem, at build time, on systems where sem_t *
1.16 +2 -2 apr/include/apr_version.h
Index: apr_version.h
===================================================================
RCS file: /home/cvs/apr/include/apr_version.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- apr_version.h 31 Mar 2003 05:28:19 -0000 1.15
+++ apr_version.h 31 Mar 2003 05:29:47 -0000 1.16
@@ -99,14 +99,14 @@
#define APR_MINOR_VERSION 9
/** patch level */
-#define APR_PATCH_VERSION 3
+#define APR_PATCH_VERSION 4
/**
* This symbol is defined for internal, "development" copies of APR. This
* symbol will be #undef'd for releases.
*/
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */
#define APR_VERSION_STRING \