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 e86f476..f2e3e5b 100644
--- a/docs/manual/convenience.map
+++ b/docs/manual/convenience.map
@@ -278,7 +278,10 @@
 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 1711420..27efffd 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 */