summaryrefslogtreecommitdiff
path: root/include/ap_release.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-12-14 15:29:19 +0000
committerJim Jagielski <jim@apache.org>2011-12-14 15:29:19 +0000
commit9675b7484ff476a76120290d8f3b1d716df141cd (patch)
tree212e9e77ed81f940fbceaada8382af50e2da59c1 /include/ap_release.h
parent2a321cde3e8f8aef8b8d0a3ff7930e2208fa3bfd (diff)
downloadhttpd-9675b7484ff476a76120290d8f3b1d716df141cd.tar.gz
Allow for changing of string more easily...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1214296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-rw-r--r--include/ap_release.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index 68cca60605..c8e1d182a1 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -47,12 +47,12 @@
#define AP_SERVER_MINORVERSION_NUMBER 5
#define AP_SERVER_PATCHLEVEL_NUMBER 0
#define AP_SERVER_DEVBUILD_BOOLEAN 1
+#define AP_SERVER_ADD_STRING "-dev"
/* Synchronize the above with docs/manual/style/version.ent */
-#if AP_SERVER_DEVBUILD_BOOLEAN
-#define AP_SERVER_ADD_STRING "-dev"
-#else
+#if !AP_SERVER_DEVBUILD_BOOLEAN
+#undef AP_SERVER_ADD_STRING
#define AP_SERVER_ADD_STRING ""
#endif