]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Drop -dev for tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Sep 2011 14:10:31 +0000 (14:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Sep 2011 14:10:31 +0000 (14:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1167187 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 748ddeeeb8a7eddf2e89dd129843addd4ba418d3..669271af252a66e19a147fe54ea224ab42d1a552 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.21  : In development. Jim proposes to RM next week (9/12-16)
+    2.2.21  : Tagged September 9, 2011.
     2.2.20  : Released August 30, 2011.
     2.2.19  : Tagged May 20, 2011. ABI restored.
     2.2.18  : Released May 11, 2011. ABI broken.
index 89f2e9561cecbfe3060d6b961c13f91decf6078b..ba7f9e29d0aab08d7ecb38062070856fa5033b26 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   21
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"