summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-01-03 18:01:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-01-03 18:01:43 +0000
commit55d35b995df36f61548d2a5af3af7491706379c7 (patch)
tree7009d52adf3b1af8436a5d88dd8b48d106cd6ea4 /include/apr_version.h
parente190ecba95f52accfe68fec17e3431e38cbf1be7 (diff)
downloadapr-55d35b995df36f61548d2a5af3af7491706379c7.tar.gz
we are at 2.0.0-dev on trunk
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@731056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_version.h')
-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 4bbdf139b..c3a525009 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -47,13 +47,13 @@
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define APR_MAJOR_VERSION 1
+#define APR_MAJOR_VERSION 2
/** minor version
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 4
+#define APR_MINOR_VERSION 0
/** patch level
* The Patch Level never includes API changes, simply bug fixes.