From: Graham Leggett Date: Wed, 23 Sep 2009 22:51:35 +0000 (+0000) Subject: Turn off AP_SERVER_DEVBUILD_BOOLEAN in preparation for tag. X-Git-Tag: 2.2.14~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9839e6d910a065c581d6e70f8c3f6b568a31cb;p=thirdparty%2Fapache%2Fhttpd.git Turn off AP_SERVER_DEVBUILD_BOOLEAN in preparation for tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@818299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index 258dff1dbaa..521cc17ad33 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 14 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"