summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-06-20 13:15:17 +0000
committerJim Jagielski <jim@apache.org>2016-06-20 13:15:17 +0000
commitf1dfb1f84b86ebf45d9d60fbab640bdc14c3be88 (patch)
tree851bac89c94182480b4dc8c6f67c59163d26c1c5 /include
parent091508c83b0206cb2b7767625f92a63f7611eca8 (diff)
downloadhttpd-f1dfb1f84b86ebf45d9d60fbab640bdc14c3be88.tar.gz
and we are 2.4.23-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1749336 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_release.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index 8321a4afc8..37a1d03b76 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -43,8 +43,8 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 22
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 23
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */