You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/08/10 22:16:04 UTC

svn commit: r564745 - in /httpd/httpd/branches/2.2.x: STATUS include/ap_release.h

Author: jim
Date: Fri Aug 10 13:16:03 2007
New Revision: 564745

URL: http://svn.apache.org/viewvc?view=rev&rev=564745
Log:
Prepare for tagging 2.2.5

Modified:
    httpd/httpd/branches/2.2.x/STATUS
    httpd/httpd/branches/2.2.x/include/ap_release.h

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=564745&r1=564744&r2=564745
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Aug 10 13:16:03 2007
@@ -26,8 +26,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.5   : In Development. T&R proposed for Aug 10, release on
-              Aug 14. Jim offers to be RM.
+    2.2.5   : Tagged August 10, 2007
     2.2.4   : Released on January 9, 2007 as GA.
     2.2.3   : Released on July 28, 2006 as GA.
     2.2.2   : Released on May 1, 2006 as GA.

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ap_release.h?view=diff&rev=564745&r1=564744&r2=564745
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Fri Aug 10 13:16:03 2007
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   5
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"