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-util/trunk@647700 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 9b2421e..d828026 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.4.0
+
+
+
 Changes with APR-util 1.3.0
 
   *) Ensure that the LDAP code can compile cleanly on platforms that do
diff --git a/STATUS b/STATUS
index 0fec341..aae57b0 100644
--- a/STATUS
+++ b/STATUS
@@ -2,8 +2,9 @@
 Last modified at [$Date$]
 
 Releases:
-    1.3.0     : in development
-    1.2.11    : in maintenance
+    1.4.0     : in development on trunk/
+    1.3.0     : in maintenance on branches/1.3.x/
+    1.2.11    : in maintenance on branches/1.2.x/
     1.2.10    : released September 6, 2007
     1.2.9     : not released
     1.2.8     : released December 4, 2006
diff --git a/include/apu_version.h b/include/apu_version.h
index ed62f34..fc70b88 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.