diff options
author | Paul Querna <pquerna@apache.org> | 2010-01-21 23:02:34 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2010-01-21 23:02:34 +0100 |
commit | 25b496ce4f04eb260457b7964a4a87040cef525d (patch) | |
tree | 0b59ddb942921faf5288a7d4998d001b0e0e4d9c | |
parent | Because the redirect-request survives logging, we don't have the (diff) | |
download | apache2-25b496ce4f04eb260457b7964a4a87040cef525d.tar.xz apache2-25b496ce4f04eb260457b7964a4a87040cef525d.zip |
prep for 2.3.5 tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901881 13f79535-47bb-0310-9956-ffa450edef68
-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 6fff901081..fa1d53f7e7 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 5 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" |