summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-07-19 12:42:18 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-07-19 12:42:18 +0000
commit3fedcfdc70fc0cdb959809362870390dd20ad870 (patch)
tree49929d4519c2ac35afc2c4271d073d0addf93475
parent50a6439f48692a7f3aea4ec018ff16f9dcdab927 (diff)
parentaaaa2cbad7491c0fe8f47ce8be2ed605d3f4e021 (diff)
downloadlibapr-1.2.0.tar.gz
Tag 1.2.0 for real this time.1.2.0
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/tags/1.2.0@219676 13f79535-47bb-0310-9956-ffa450edef68
-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 c8eafe323..597e522a7 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 0 */
+#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
+/* #define APR_IS_DEV_VERSION */
#if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)