diff options
author | Jim Jagielski <jim@apache.org> | 2010-08-19 14:37:27 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2010-08-19 14:37:27 +0200 |
commit | a50885bb1b144958a32a5db468cabd6e22d3a57a (patch) | |
tree | d37005e304db2cba5fb19f57f5c4070385b4b355 /include/ap_release.h | |
parent | update xforms (diff) | |
download | apache2-a50885bb1b144958a32a5db468cabd6e22d3a57a.tar.xz apache2-a50885bb1b144958a32a5db468cabd6e22d3a57a.zip |
Prepare for tagging of 2.3.7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-rw-r--r-- | include/ap_release.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_release.h b/include/ap_release.h index 0311809f74..be630a1e62 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 #define AP_SERVER_PATCHLEVEL_NUMBER 7 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" |