From: Justin Erenkrantz Date: Thu, 9 Dec 2004 04:50:10 +0000 (+0000) Subject: It's time for 2.1.2. X-Git-Tag: 2.1.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a675b075eab50a7b127384746808b7687bac28;p=thirdparty%2Fapache%2Fhttpd.git It's time for 2.1.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ab1077cfb65..22179b31cd6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes with Apache 2.1.2-dev +Changes with Apache 2.1.2 [Remove entries to the current 2.0 section below, when backported] diff --git a/include/ap_release.h b/include/ap_release.h index 0e8b3bb95ad..a4dec921972 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -39,7 +39,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 #define AP_SERVER_PATCHLEVEL_NUMBER 2 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"