summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 09:15:55 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 09:15:55 +0000
commit8fdb66847bdcae8a5fd35b8a20b87a70ea78766c (patch)
tree8c5cbeeffaca87710df1a5c3e78b9bd9bea97ee3 /include
parenta9a4c27a2be8524b0de8b7d80060fa452b19dd21 (diff)
downloadlibapr-8fdb66847bdcae8a5fd35b8a20b87a70ea78766c.tar.gz
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 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 8d9228417..af307b48f 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -63,12 +63,6 @@ extern "C" {
#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) "." \