summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-10-24 01:45:26 +0000
committerColm MacCarthaigh <colm@apache.org>2005-10-24 01:45:26 +0000
commitb3f8582c4a7efca20cd45a0837ab20288ec43034 (patch)
tree2534f56d73572e8f671d8349f9560dd502a76a2f /include/apr_version.h
parent4d0a5de618c61cc7a203bcda5d4b07e6d4e357cf (diff)
downloadapr-b3f8582c4a7efca20cd45a0837ab20288ec43034.tar.gz
Increment the APR_MINOR_VERSION to reflect what trunk should be, and such that
the overall version is higher than current release branches. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@327907 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_version.h')
-rw-r--r--include/apr_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 3ce2473aa..cd8ba052f 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -53,7 +53,7 @@
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 2
+#define APR_MINOR_VERSION 3
/** patch level
* The Patch Level never includes API changes, simply bug fixes.