From: Jim Jagielski Date: Tue, 10 Jul 2018 13:48:23 +0000 (+0000) Subject: Get ready to tag httpd 2.4.34 X-Git-Tag: 2.4.34~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30aa0b34cee155a2356c525d7dded14c2ed81481;p=apache Get ready to tag httpd 2.4.34 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index e86f47601b..f2e3e5bc8d 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -278,7 +278,10 @@ identitycheck mod/mod_ident.html#identitycheck identitychecktimeout mod/mod_ident.html#identitychecktimeout if mod/core.html#if ifdefine mod/core.html#ifdefine +ifdirective mod/core.html#ifdirective +iffile mod/core.html#iffile ifmodule mod/core.html#ifmodule +ifsection mod/core.html#ifsection ifversion mod/mod_version.html#ifversion imapbase mod/mod_imagemap.html#imapbase imapdefault mod/mod_imagemap.html#imapdefault diff --git a/include/ap_release.h b/include/ap_release.h index 1711420465..27efffdc64 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,7 +44,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 #define AP_SERVER_PATCHLEVEL_NUMBER 34 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */