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 2013/11/19 18:31:34 UTC

svn commit: r1543511 - in /httpd/httpd/branches/2.4.x: STATUS include/ap_release.h

Author: jim
Date: Tue Nov 19 17:31:34 2013
New Revision: 1543511

URL: http://svn.apache.org/r1543511
Log:
Get ready to tag 2.4.7

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1543511&r1=1543510&r2=1543511&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Nov 19 17:31:34 2013
@@ -32,7 +32,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.7   : In development. Jim will release post APR-1.5 release.
+    2.4.7   : Tagged on November 19, 2013.
     2.4.6   : Tagged on July 15, 2013. Released July, 22, 2013
     2.4.5   : Tagged on July 11, 2013, not released.
     2.4.4   : Tagged on February 18, 2013. Released Feb 25, 2013

Modified: httpd/httpd/branches/2.4.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_release.h?rev=1543511&r1=1543510&r2=1543511&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_release.h Tue Nov 19 17:31:34 2013
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   7
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */