summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-07-20 20:01:57 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-07-20 20:01:57 +0000
commit155c0ff3e58bd17b74859efcddda42b3ae05c4ce (patch)
treefd1f94dc4e29d14d031953969cee820a51dd18d6
parenta552c2b4d64a2d45df4d297615a06fc45d4a89d5 (diff)
downloadlibapr-155c0ff3e58bd17b74859efcddda42b3ae05c4ce.tar.gz
We are at APR 1.3.8-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@795981 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--include/apr_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 59e1b700a..ba0b110db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes for APR 1.3.8
+
+
Changes for APR 1.3.7
*) More elaborate detection for dup3(), accept4() and epoll_create1().
diff --git a/include/apr_version.h b/include/apr_version.h
index 424f6cad7..ab093d4be 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 7
+#define APR_PATCH_VERSION 8
/**
* 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