From: Sander Striker Date: Wed, 16 Mar 2005 08:43:38 +0000 (+0000) Subject: Prepare for 2.1.4 tag. X-Git-Tag: 2.1.4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c49c3b87b921412d2c873f4f5be886068bea04f;p=apache Prepare for 2.1.4 tag. * include/ap_release.h Clear AP_SERVER_DEVBUILD_BOOLEAN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index 7628d6d943..53b219d1a7 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 4 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"