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 2015/06/04 18:13:29 UTC

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

Author: jim
Date: Thu Jun  4 16:13:29 2015
New Revision: 1683583

URL: http://svn.apache.org/r1683583
Log:
Get ready to tag 2.4.13

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=1683583&r1=1683582&r2=1683583&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Jun  4 16:13:29 2015
@@ -34,7 +34,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.13  : In development.
+    2.4.13  : Tagged on June 4, 2015.
     2.4.12  : Tagged on January 22, 2015. Released Jan 29, 2015
     2.4.11  : Tagged on January 15, 2015. Not released.
     2.4.10  : Tagged on July 15, 2014. Released July 21, 2014

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=1683583&r1=1683582&r2=1683583&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_release.h Thu Jun  4 16:13:29 2015
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   13
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */