summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-10-17 18:54:30 +0000
committerJim Jagielski <jim@apache.org>2017-10-17 18:54:30 +0000
commitb2a18a5c750f94a3e0a05e2ef2367a335f92b55b (patch)
tree2e0891a28418e5dbe58234d0c82e7def1344c20b /include
parent9f41718254255ce8799b468b67a3c0198824b058 (diff)
downloadhttpd-b2a18a5c750f94a3e0a05e2ef2367a335f92b55b.tar.gz
And we are now 2.4.30-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812442 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 98ededd8f1..e1a30c7a02 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 29
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 30
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */