]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ready to tag 2.3.11 as beta!
authorJim Jagielski <jim@apache.org>
Tue, 1 Mar 2011 17:03:59 +0000 (17:03 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 Mar 2011 17:03:59 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075919 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index c461e6918bc224e6e7cd01a6cf58eb753fdde82c..d3a300afa7ac3b31173fa5bd3935a352ebade9dc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,8 +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.11  : In development. Jim expects to T&R *as Beta* the week
-              of Feb 28th.
+    2.3.11  : Tagged on March 1, 2011 (beta).
     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
     2.3.9   : Tagged on November 23, 2010, not released.
     2.3.8   : Tagged on August 24, 2010.
index 0ae6b60ff066b22f8e3329bfb47868f7e8ad0fb0..53598666d5ccb7dce5fd3d5ad69a5517fd62bc52 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
 #define AP_SERVER_PATCHLEVEL_NUMBER   11
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"