dreid 2004/08/03 02:15:55
Modified: include apr_version.h
Log:
OK, so there was probably an easier way to do this, but...
APR 1.0.0 is a release, not a dev release, so remove the define
that we are a dev release.
Submitted by: William Rowe
Revision Changes Path
1.19 +0 -6 apr/include/apr_version.h
Index: apr_version.h
===================================================================
RCS file: /home/cvs/apr/include/apr_version.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- apr_version.h 13 Feb 2004 09:38:28 -0000 1.18
+++ apr_version.h 3 Aug 2004 09:15:55 -0000 1.19
@@ -63,12 +63,6 @@
#define APR_PATCH_VERSION 0
-/**
- * This symbol is defined for internal, "development" copies of APR. This
- * symbol will be #undef'd for releases.
- */
-#define APR_IS_DEV_VERSION
-
/** The formatted string of APR's version */
#define APR_VERSION_STRING \
APR_STRINGIFY(APR_MAJOR_VERSION) "." \