summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-10-07 13:11:48 +0000
committerStefan Eissing <icing@apache.org>2021-10-07 13:11:48 +0000
commit71935382aceefb27470b23e9b2cd102d90953f18 (patch)
treed056ae6a179342ed790ea9a8cc139e4c765556ea
parent87ad5964a9367c6994f1b91345eefaca3d780ef2 (diff)
downloadhttpd-71935382aceefb27470b23e9b2cd102d90953f18.tar.gz
Post 2.4.51-rc1 tag updatescandidate-2.4.51-rc1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.51-rc1@1893986 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/style/version.ent2
-rw-r--r--include/ap_release.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent
index cd7eb4f4e3..1d86b7c3a1 100644
--- a/docs/manual/style/version.ent
+++ b/docs/manual/style/version.ent
@@ -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">
diff --git a/include/ap_release.h b/include/ap_release.h
index e9eb58ecd9..0185706dc6 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -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 */