summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:20:59 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:20:59 +0000
commit6f3ddbcc2ce262b6eeeebf04272b2cbbf27964a8 (patch)
treeb01ead6fe5d42f6384dc6dd8f721ca9c4614ade5 /include
parent112e9461629736b58f5f9970082567334f661215 (diff)
downloadlibapr-6f3ddbcc2ce262b6eeeebf04272b2cbbf27964a8.tar.gz
backing up for a moment to 1.3.0 in order to retag for NOTICE change
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@661870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 72ff19c0a..2be1e5d6d 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -59,14 +59,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 0
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-#define APR_IS_DEV_VERSION
+/* #undef APR_IS_DEV_VERSION */
/**
* Check at compile time if the APR version is at least a certain