]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are at .32-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 Jul 2015 16:22:51 +0000 (16:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 Jul 2015 16:22:51 +0000 (16:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1691247 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 2c92d4c79be76148774ba4f9c89dc745e4e715c7..bd8b050ffe2ed5f19c540573635e0ed77b2f36e0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.32
+
+
+
 Changes with Apache 2.2.31
 
   *) Correct win32 build issues for mod_proxy exports, OpenSSL 1.0.x headers.
diff --git a/STATUS b/STATUS
index 02a7e67d7726ddc55a4dd2c6bd7a08a47f95e1a9..8eef8a55237ab1375c6041a9cf457d10bc935ceb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,6 +23,7 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
+    2.2.32  : In maintenance
     2.2.31  : Tagged July 15, 2015
     2.2.30  : Tagged July 10, 2015. Not released.
     2.2.29  : Released September 3, 2014
index 4581a255140f41cf6adcf09a77b6d32668f99069..1d538fecc53479503ffba041a0e298afd8c1f611 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "31">
+<!ENTITY httpd.patch "32">
 
 <!ENTITY httpd.docs "2.2">
index 5fa3173f87cb649b367f652fc6ad2c90c094316a..c219f508361b9fb275b9ca3cccdc6e56c6726431 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   31
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   32
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */