From: Paul Querna Date: Tue, 29 Nov 2005 08:11:48 +0000 (+0000) Subject: Re-version for 2.2.0 tag X-Git-Tag: 2.2.0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fc0bb535163e90c6cc6cc40fa0b95e665d92a8;p=thirdparty%2Fapache%2Fhttpd.git Re-version for 2.2.0 tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349667 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index a5bf7b72b60..56153e09fcb 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -47,8 +47,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 1 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_PATCHLEVEL_NUMBER 0 +/* #define AP_SERVER_DEVBUILD_BOOLEAN 1 */ #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"