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 2011/08/01 18:22:40 UTC

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

Author: jim
Date: Mon Aug  1 16:22:39 2011
New Revision: 1152854

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

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=1152854&r1=1152853&r2=1152854&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Mon Aug  1 16:22:39 2011
@@ -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.14  : In development.
-    2.3.13  : Tagged on June 28, 2011.
+    2.3.14  : Tagged on August 1, 2011.
+    2.3.13  : Tagged on June 28, 2011, not released.
     2.3.12  : Tagged on May 11, 2011. Released May 23, 2011.
     2.3.11  : Released as Beta on March 7, 2011.
     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=1152854&r1=1152853&r2=1152854&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Mon Aug  1 16:22:39 2011
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
 #define AP_SERVER_PATCHLEVEL_NUMBER   14
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"