]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Onward ho to 2.1.3...
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 9 Dec 2004 04:52:33 +0000 (04:52 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 9 Dec 2004 04:52:33 +0000 (04:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111353 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 22179b31cd60d36fe233dc1a0d058e60f60720e6..e9abef2e84116c6b63acec38d6e1c436065f4159 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
-Changes with Apache 2.1.2
+Changes with Apache 2.1.3
 
   [Remove entries to the current 2.0 section below, when backported]
 
+Changes with Apache 2.1.2
+
   *) mod_proxy: Respect errors reported by pre_connection hooks.
      [Jeff Trawick]
 
diff --git a/STATUS b/STATUS
index 6506d0edbeb7c131ed482bb42e8ad1a7c9d549a7..1dfb4502f75f6b70dc5e1fe444f1d4e914db011c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -3,7 +3,8 @@ Last modified at [$Date$]
 
 Release [NOTE that only Alpha/Beta releases occur in 2.1 development]:
 
-    2.1.2   : in development
+    2.1.3   : in development
+    2.1.2   : Released on 12/08/2004 as alpha.
     2.1.1   : Released on 11/19/2004 as alpha.
     2.1.0   : not released.
 
index a4dec921972691d3d2bfd408d211f3e1aa17f5a2..90fd7b01fc119456bc68239d94fb57ff0777843d 100644 (file)
@@ -38,8 +38,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   2
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   3
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"