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/01 14:23:56 UTC

svn commit: r1893787 [10/10] - in /httpd/httpd/tags/candidate-2.4.50-rc1: docs/manual/mod/ include/

Modified: httpd/httpd/tags/candidate-2.4.50-rc1/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/tags/candidate-2.4.50-rc1/include/ap_release.h?rev=1893787&r1=1893786&r2=1893787&view=diff
==============================================================================
--- httpd/httpd/tags/candidate-2.4.50-rc1/include/ap_release.h (original)
+++ httpd/httpd/tags/candidate-2.4.50-rc1/include/ap_release.h Fri Oct  1 14:23:55 2021
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   50
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */