From: Paul Querna Date: Sun, 25 Sep 2005 23:13:33 +0000 (+0000) Subject: Remove -dev, to prepare for 2.1.8 tagging. X-Git-Tag: 2.1.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27adc5b7509a1209c7ab9577677f5090ff64fadc;p=thirdparty%2Fapache%2Fhttpd.git Remove -dev, to prepare for 2.1.8 tagging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@291486 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index bb2275acaa7..c197a957340 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,7 +43,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 #define AP_SERVER_PATCHLEVEL_NUMBER 8 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"