summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:07:58 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:07:58 +0000
commit3bde29122cfa1841681ca8972027098a29d78122 (patch)
tree924d6b62e4cb584b0408323b6844a3c43406937b
parentdfa12c9884547944d6550efe3e175981fd78fe97 (diff)
downloadlibapr-3bde29122cfa1841681ca8972027098a29d78122.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@661859 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--STATUS1
-rw-r--r--include/apr_version.h4
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3256dd150..559b923a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.3.1
+
+
+
Changes for APR 1.3.0
*) Fix Solaris poll failure. PR 43000
diff --git a/STATUS b/STATUS
index b0411fea8..a6355a6ee 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Releases:
+ 1.3.1 : in development
1.3.0 : tagged May 30, 2008
1.2.12 : released November 25, 2007
1.2.11 : released September 6, 2007
diff --git a/include/apr_version.h b/include/apr_version.h
index 2be1e5d6d..72ff19c0a 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 1
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/**
* Check at compile time if the APR version is at least a certain