summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-11-19 23:34:45 +0100
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-11-19 23:34:45 +0100
commit14fa8650b02e680414bc55fb917e8bc7967f3a7a (patch)
treeae1a4f47bb7334a7bd02afe84924db74f9c34fbf /include
parentPreparation step to simplify merging to a newer pcre: (diff)
downloadapache2-14fa8650b02e680414bc55fb917e8bc7967f3a7a.tar.xz
apache2-14fa8650b02e680414bc55fb917e8bc7967f3a7a.zip
* include/ap_release.h: Bump to 2.1.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105890 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 46044fa60e..b6d7da1311 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -35,8 +35,8 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER 0
-#define AP_SERVER_ADD_STRING "-dev"
+#define AP_SERVER_PATCHLEVEL_NUMBER 1
+/* #define AP_SERVER_ADD_STRING "-dev" */
/* keep old macros as well */
#define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)