]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare for tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 06:29:51 +0000 (06:29 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 06:29:51 +0000 (06:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@493424 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 018ccb45a4b5754cd091577623286c34985aec11..ac90bf3a7963801fab8bd35e7d76182139e166d2 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.2.4   : In development. Jim proposes release "real soon" and
-              offers to be RM.
+    2.2.4   : Tagged on January 5, 2007
     2.2.3   : Released on July 28, 2006 as GA.
     2.2.2   : Released on May 1, 2006 as GA.
     2.2.1   : Tagged on April 1, 2006, not released.
index 957252f02667551ab6e38f4aa7412b78c62e803b..4b0e73ab57c4e49641d3eed692afd5a4d54a48dd 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   4
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"