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 2010/08/19 14:37:28 UTC

svn commit: r987143 - in /httpd/httpd/trunk: STATUS include/ap_release.h

Author: jim
Date: Thu Aug 19 12:37:27 2010
New Revision: 987143

URL: http://svn.apache.org/viewvc?rev=987143&view=rev
Log:
Prepare for tagging of 2.3.7

Modified:
    httpd/httpd/trunk/STATUS
    httpd/httpd/trunk/include/ap_release.h

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=987143&r1=987142&r2=987143&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Thu Aug 19 12:37:27 2010
@@ -26,9 +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.3.7   : In development. Plan is to tag as beta ~Aug 1.
-              Jim offers to RM.
-    2.3.6   : Tagged June 11, 2010.
+    2.3.7   : Tagged on August 19, 2010.
+    2.3.6   : Released on June 21, 2010.
     2.3.5   : Released on January 26, 2010.
     2.3.4   : Released on December 8, 2009.
     2.3.3   : Tagged on November 11, 2009, not released.

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=987143&r1=987142&r2=987143&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Thu Aug 19 12:37:27 2010
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
 #define AP_SERVER_PATCHLEVEL_NUMBER   7
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"