summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-11-17 01:16:19 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-11-17 01:16:19 +0000
commit0c70d0aaccb03772aeb483df374cffe1c7f05b6a (patch)
tree6e0166062684977f73b6ee3dac502b42ddaf9a30 /include
parent4b38c7a6aad6f8c06e924db3cb4e070584521a41 (diff)
downloadlibapr-0c70d0aaccb03772aeb483df374cffe1c7f05b6a.tar.gz
Bump trunk to 1.1.0-dev so that we can try to isolate incompatible changes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@76076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 08d5f3a26..cbf2e82ff 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -57,10 +57,10 @@ extern "C" {
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 0
+#define APR_MINOR_VERSION 1
/** patch level */
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 0
/**
* This symbol is defined for internal, "development" copies of APR.