diff options
author | Paul Querna <pquerna@apache.org> | 2008-12-07 07:36:20 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-12-07 07:36:20 +0100 |
commit | 14623a3daf8616dc6fe532ca6d3b848de99bbad2 (patch) | |
tree | 13952d6f12e3b0427721c49949f2a4a98cc27bb5 /include | |
parent | When an expires or cache-control header are sent, the RFC does allow us to ca... (diff) | |
download | apache2-14623a3daf8616dc6fe532ca6d3b848de99bbad2.tar.xz apache2-14623a3daf8616dc6fe532ca6d3b848de99bbad2.zip |
Remove -dev flag to prepare for 2.3.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 c3a4dd3e14..a325ff76af 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 0 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" |