You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/10/07 13:11:49 UTC

svn commit: r1893986 - in /httpd/httpd/tags/candidate-2.4.51-rc1: docs/manual/style/version.ent include/ap_release.h

Author: icing
Date: Thu Oct  7 13:11:48 2021
New Revision: 1893986

URL: http://svn.apache.org/viewvc?rev=1893986&view=rev
Log:
Post 2.4.51-rc1 tag updates

Modified:
    httpd/httpd/tags/candidate-2.4.51-rc1/docs/manual/style/version.ent
    httpd/httpd/tags/candidate-2.4.51-rc1/include/ap_release.h

Modified: httpd/httpd/tags/candidate-2.4.51-rc1/docs/manual/style/version.ent
URL: http://svn.apache.org/viewvc/httpd/httpd/tags/candidate-2.4.51-rc1/docs/manual/style/version.ent?rev=1893986&r1=1893985&r2=1893986&view=diff
==============================================================================
--- httpd/httpd/tags/candidate-2.4.51-rc1/docs/manual/style/version.ent (original)
+++ httpd/httpd/tags/candidate-2.4.51-rc1/docs/manual/style/version.ent Thu Oct  7 13:11:48 2021
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "50">
+<!ENTITY httpd.patch "51">
 
 <!ENTITY httpd.docs "2.4">

Modified: httpd/httpd/tags/candidate-2.4.51-rc1/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/tags/candidate-2.4.51-rc1/include/ap_release.h?rev=1893986&r1=1893985&r2=1893986&view=diff
==============================================================================
--- httpd/httpd/tags/candidate-2.4.51-rc1/include/ap_release.h (original)
+++ httpd/httpd/tags/candidate-2.4.51-rc1/include/ap_release.h Thu Oct  7 13:11:48 2021
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   51
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */