]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are at 2.2.23-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 25 Jan 2012 21:42:11 +0000 (21:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 25 Jan 2012 21:42:11 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1235967 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index c773283489a755dcc7d7cb0cc851e003cd16a14b..a5753c3e059f879f9fb59e19dac23cf0458fcd89 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.23
+
+
+
 Changes with Apache 2.2.22
 
   *) SECURITY: CVE-2011-3368 (cve.mitre.org)
index 8fec2f557260924ba35f95d06eed50d94a0704b9..8f3a59fc76b995466a4fc41a08216dd37deb369f 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   22
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   23
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */