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/24 18:33:38 UTC

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

Author: jim
Date: Tue Aug 24 16:33:37 2010
New Revision: 988616

URL: http://svn.apache.org/viewvc?rev=988616&view=rev
Log:
Get ready to tag

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=988616&r1=988615&r2=988616&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Tue Aug 24 16:33:37 2010
@@ -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.3.8   : In Development
-    2.3.7   : Tagged on August 19, 2010.
+    2.3.8   : Tagged on August 24, 2010.
+    2.3.7   : Tagged on August 19, 2010, not released.
     2.3.6   : Released on June 21, 2010.
     2.3.5   : Released on January 26, 2010.
     2.3.4   : Released on December 8, 2009.

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=988616&r1=988615&r2=988616&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Tue Aug 24 16:33:37 2010
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
 #define AP_SERVER_PATCHLEVEL_NUMBER   8
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"