summaryrefslogtreecommitdiffstats
path: root/include/ap_release.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-01-03 07:19:35 +0100
committerPaul Querna <pquerna@apache.org>2009-01-03 07:19:35 +0100
commitce54af3297be3fc7cfa89ad6b5e2734d0ed42d8d (patch)
tree5ad6c0bef9ff2894a3ddeb5094d56bacd55bd6b2 /include/ap_release.h
parentPrepare for tagging 2.3.1. (diff)
downloadapache2-ce54af3297be3fc7cfa89ad6b5e2734d0ed42d8d.tar.xz
apache2-ce54af3297be3fc7cfa89ad6b5e2734d0ed42d8d.zip
Roll on to 2.3.2-dev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-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 474062303f..10893428e0 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -45,8 +45,8 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER 1
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 2
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"