summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-04-14 08:36:40 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-04-14 08:36:40 +0000
commit5428fd7883dd78d2bc4184d1f255bd28c8b0403d (patch)
tree78591bcae2f4755ca671dbec4ecc7149616282d3 /include/apr_version.h
parent8b97885a30a242ec5e426e2215663036b94924af (diff)
downloadapr-5428fd7883dd78d2bc4184d1f255bd28c8b0403d.tar.gz
Now that 1.3.x lives on /branches, this bumps to 1.4.0-dev
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647696 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 58ab58c6e..4bbdf139b 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 3
+#define APR_MINOR_VERSION 4
/** patch level
* The Patch Level never includes API changes, simply bug fixes.