summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 18:01:56 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 18:01:56 +0000
commited5e89d63d84fcbb9fb615f7d7aa6a5b8c48fe02 (patch)
tree2cd166850bda769b8a3462aba07baf04c9c18e32
parent19cabc26ffb4fcad5c10baa78bde204c2ad599a1 (diff)
downloadlibapr-util-ed5e89d63d84fcbb9fb615f7d7aa6a5b8c48fe02.tar.gz
we are at 2.0.0-dev on trunk
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731057 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apu_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index fc70b883..9db3f81a 100644
--- a/include/apu_version.h
+++ b/include/apu_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 APU_MAJOR_VERSION 1
+#define APU_MAJOR_VERSION 2
/** minor version
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APU_MAJOR_VERSION
*/
-#define APU_MINOR_VERSION 4
+#define APU_MINOR_VERSION 0
/** patch level
* The Patch Level never includes API changes, simply bug fixes.