summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2014-03-13 16:41:41 +0000
committerJim Jagielski <jim@apache.org>2014-03-13 16:41:41 +0000
commit27aa64f80ae546b873f20872519eb9528a9f2df8 (patch)
tree3c1f4b94a233b5ef90f62a91d479da4b387848c7 /include
parentce60fc751e4535bd885b17b2af3eb3bce6646394 (diff)
downloadhttpd-27aa64f80ae546b873f20872519eb9528a9f2df8.tar.gz
And we are at 2.4.10-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1577237 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 f03eae06ab..a61e255829 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 9
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 10
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */