From: Justin Erenkrantz Date: Fri, 19 Nov 2004 22:34:45 +0000 (+0000) Subject: * include/ap_release.h: Bump to 2.1.1. X-Git-Tag: 2.1.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14fa8650b02e680414bc55fb917e8bc7967f3a7a;p=apache * 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 --- 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)