]> granicus.if.org Git - apache/commitdiff
and bump to 2.3.13
authorJim Jagielski <jim@apache.org>
Wed, 11 May 2011 12:15:55 +0000 (12:15 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 11 May 2011 12:15:55 +0000 (12:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 45b6394bf1bb988b2d92c99c34eb81bef978f6bd..24804d1d54c2ec0266f46aac51c8f0a937999fc5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.3.13
+
+
 Changes with Apache 2.3.12
 
   *) configure, core: Provide easier support for APR's hook probe
diff --git a/STATUS b/STATUS
index 6c5254e3f32fc9ecdefa14a0ab8e6076b6530dd1..a0ebe0ac76fe20c025edf50988be59984c1c65a3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,6 +26,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.3.13  : In development.
     2.3.12  : Tagged on May 11, 2011.
     2.3.11  : Released as Beta on March 7, 2011.
     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
index 83d44575b56b8ce37e96f1218a0e0d2f72d6a3a1..e9ad722f659564195f893e281a261ef84beae07c 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "3">
-<!ENTITY httpd.patch "12">
+<!ENTITY httpd.patch "13">
 
 <!ENTITY httpd.docs "trunk">
index e3cd5629e77ae426df5718d2bf42890fc48bfa5b..c24197ec862f18245d2b3d8b4f1589f6a5ec4391 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
-#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"