summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-07-19 12:42:18 +0000
committerPaul Querna <pquerna@apache.org>2005-07-19 12:42:18 +0000
commit45eed4c82a85c2591f227e10374f90cfe6dfc7e5 (patch)
tree49929d4519c2ac35afc2c4271d073d0addf93475
parenta4b83ee79b61772956c0b00abe5ddbe7b5938729 (diff)
parente3a40f582e548f36b161cb75bfda1c1c10b4bda4 (diff)
downloadapr-1.2.0.tar.gz
Tag 1.2.0 for real this time.1.2.0
git-svn-id: https://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)