summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 13:18:38 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 13:18:38 +0000
commitdad07da8718c21536f862ad3fc6bf7d7b4f22404 (patch)
tree31cbf77e115180743e4ac804e675b25467c62679
parent8596e7e5a3572de25939cfef615ec5c5e489529d (diff)
downloadlibapr-dad07da8718c21536f862ad3fc6bf7d7b4f22404.tar.gz
At 1.3.3
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@668649 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--include/apr_version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 05ccc9763..01be82e5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.3.3
+
+
+
Changes for APR 1.3.2
*) Fix getservbyname_r() detection. [Ruediger Pluem]
diff --git a/include/apr_version.h b/include/apr_version.h
index aec7c73b9..9c35fdf40 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 2
+#define APR_PATCH_VERSION 3
/**
* 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