summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-03-15 23:55:29 +0000
committerPaul Querna <pquerna@apache.org>2005-03-15 23:55:29 +0000
commite738cb4f4b19b78d52af1dfdb087f51acd2adaed (patch)
tree0f879472d4c9dccd20081e4ec6be5f577fd9d9ef
parent9fef5cece7ecb8175d46860633ee932011122375 (diff)
downloadapr-e738cb4f4b19b78d52af1dfdb087f51acd2adaed.tar.gz
move 1.1.x to 1.1.2-dev
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157617 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 bf9fbda9c..bfa635506 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -58,14 +58,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 2
/**
* 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)