]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
and bump to 2.2.13-dev
authorJim Jagielski <jim@apache.org>
Mon, 20 Jul 2009 20:21:07 +0000 (20:21 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 20 Jul 2009 20:21:07 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795992 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index c6a4d034ebc5cbda81623591891d038d587263cc..c3bf507bfabd312c5ebfe135cd367b597d01aa35 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.13
+
+
 Changes with Apache 2.2.12
 
   *) SECURITY: CVE-2009-1891 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index c133921cf59e812230f3d289f17627529d46bfb4..5f8d49f0dc08622c40d805d0d42bb183c10a7bd4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -25,7 +25,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.13  : In development
     2.2.12  : Tagged July 20, 2009.
     2.2.11  : Released December 14, 2008.
     2.2.10  : Released October 14, 2008.
index de2c85383edeca5d19b26bdb60359bba0959f4e8..e75286fe2fd447f4c208c440f3516b0f58ad45b7 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   12
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   13
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"