]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
prepare to tag 2.2.20
authorJim Jagielski <jim@apache.org>
Tue, 30 Aug 2011 00:09:19 +0000 (00:09 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 30 Aug 2011 00:09:19 +0000 (00:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1163056 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 68551974b389e4e479beaf760d1a898dd52f48a9..63ca38544a789a3119f9d72639ec6ba3d99af1e9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +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.20  : In maintenance
+    2.2.20  : Tagged August 29, 2011.
     2.2.19  : Tagged May 20, 2011. ABI restored.
     2.2.18  : Released May 11, 2011. ABI broken.
     2.2.17  : Released October 19, 2010.
index 79c0e081371a59648d46b86703bec3133df8795d..98ffabbd2ee8c8078e605aebeb2f960cc1734193 100644 (file)
  * The tokens are listed in order of their significance for identifying the
  * application.
  *
- * "Product tokens should be short and to the point -- use of them for 
+ * "Product tokens should be short and to the point -- use of them for
  * advertizing or other non-essential information is explicitly forbidden."
  *
- * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
+ * Example: "Apache/1.1.0 MrWidget/0.1-alpha"
  */
 #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
 #define AP_SERVER_BASEPROJECT "Apache HTTP Server"
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   20
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"