summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:26:23 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-30 21:26:23 +0000
commitf276d6627018f79ff8c36cda90fce6e22dfd43ec (patch)
tree9b104985ef4e6e2fb0f687c384e1c96ea0a329c5
parent6f3ddbcc2ce262b6eeeebf04272b2cbbf27964a8 (diff)
downloadlibapr-f276d6627018f79ff8c36cda90fce6e22dfd43ec.tar.gz
We are at 1.3.1 (yet again)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@661877 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