summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-07-06 17:39:58 +0000
committerJim Jagielski <jim@apache.org>2017-07-06 17:39:58 +0000
commit0be3a0e3542a36fb408a0039ad02cec711843d9c (patch)
tree3d59a82ececeb4234b07c13dd0eca9a91873f68a /include
parent1fd88072c024b265ab856bd097de0defdfc25adf (diff)
downloadhttpd-0be3a0e3542a36fb408a0039ad02cec711843d9c.tar.gz
And we are 2.4.28-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1801086 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 5e83332173..f959eda389 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 27
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 28
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */