]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare to tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 17:16:46 +0000 (17:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 17:16:46 +0000 (17:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@426150 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 6f5aae8ad04e0d22337b2784aa6404474a61ceb1..42bed9e2a7b785433c96c6d13eac804ec3037f2f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,8 +26,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.3   : in development
-    2.2.2   : Released on May 1, 2006 as GA..
+    2.2.3   : Tagged on July 27, 2006
+    2.2.2   : Released on May 1, 2006 as GA.
     2.2.1   : Tagged on April 1, 2006, not released.
     2.2.0   : Released on December 1, 2005 as GA.
     2.1.10  : Tagged on November 19, 2005, not released.
index c612874ed1388a5d357dcf203e38458533554a72..af95033093f777347f09caba4a0bfe5b9132b3b1 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"