summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-04-14 08:45:16 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-04-14 08:45:16 +0000
commit55d7a6442284e5e598c6491a33b381ed60de5110 (patch)
tree60f787ffa272eb2b97bfac062cba58918d55a306 /include
parent039e9a48c5004e8f34b0500fca919cc846f3319a (diff)
downloadlibapr-util-55d7a6442284e5e598c6491a33b381ed60de5110.tar.gz
Now that 1.3.x lives on /branches, this bumps to 1.4.0-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@647700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apu_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index ed62f348..fc70b883 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -53,7 +53,7 @@
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APU_MAJOR_VERSION
*/
-#define APU_MINOR_VERSION 3
+#define APU_MINOR_VERSION 4
/** patch level
* The Patch Level never includes API changes, simply bug fixes.