mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
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
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user