From: Paul Querna Date: Sat, 1 Apr 2006 18:59:25 +0000 (+0000) Subject: Kill the -dev tag, in preperation for tagging 2.2.1. X-Git-Tag: 2.2.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5c22a074cc34523e90622105f2898897f9d181;p=thirdparty%2Fapache%2Fhttpd.git Kill the -dev tag, in preperation for tagging 2.2.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index 3879bb4d719..c460c0a0399 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,7 +45,7 @@ #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_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"