From: Paul Querna Date: Sun, 25 Sep 2005 23:15:15 +0000 (+0000) Subject: Roll on to 2.1.9-dev X-Git-Tag: 2.1.9~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1546d4216ea3bf0a93fb1de6b74b3b4e4820c134;p=thirdparty%2Fapache%2Fhttpd.git Roll on to 2.1.9-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@291488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index c197a957340..3acdaa00307 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -42,8 +42,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 -#define AP_SERVER_PATCHLEVEL_NUMBER 8 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 9 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"