Rename 1.2.3 to 1.2.4 for new release tarball.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x@373460 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 27cf154..d60ea43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Changes with APR-util 1.2.3
+Changes with APR-util 1.2.4
 
   *) Fix the escape implementations for the sqlite2 and sqlite3 dbd
      back ends.
diff --git a/include/apu_version.h b/include/apu_version.h
index a212515..bba4e11 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -59,7 +59,7 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       3
+#define APU_PATCH_VERSION       4
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,