diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-11-19 23:34:45 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-11-19 23:34:45 +0100 |
commit | 14fa8650b02e680414bc55fb917e8bc7967f3a7a (patch) | |
tree | ae1a4f47bb7334a7bd02afe84924db74f9c34fbf /include | |
parent | Preparation step to simplify merging to a newer pcre: (diff) | |
download | apache2-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.h | 4 |
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) |