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/13 17:41:59 UTC

svn commit: r1541602 - in /httpd/httpd/branches/2.2.x: STATUS include/ap_release.h

Author: jim
Date: Wed Nov 13 16:41:59 2013
New Revision: 1541602

URL: http://svn.apache.org/r1541602
Log:
Get ready to tag HEAD as 2.2.26

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1541602&r1=1541601&r2=1541602&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Nov 13 16:41:59 2013
@@ -23,7 +23,7 @@ Patches considered for backport are note
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
-    2.2.26  : In maintenance. Jim proposed to T&R the week of Nov 11, 2013
+    2.2.26  : Tagged November 13, 2013.
     2.2.25  : Released July 9, 2013
     2.2.24  : Released February 25, 2013
     2.2.23  : Released September 13, 2012

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=1541602&r1=1541601&r2=1541602&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Wed Nov 13 16:41:59 2013
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   26
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */