diff options
author | Paul Querna <pquerna@apache.org> | 2009-01-03 07:14:19 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2009-01-03 07:14:19 +0100 |
commit | fa5ef4f68742178de7aff0184eb4164df74d7be3 (patch) | |
tree | e4d0b15864f0ecbf06480525921402a9330e8086 /include/ap_release.h | |
parent | Fix up SSL autoconf-fu so as not to emit bogus lines. (diff) | |
download | apache2-fa5ef4f68742178de7aff0184eb4164df74d7be3.tar.xz apache2-fa5ef4f68742178de7aff0184eb4164df74d7be3.zip |
Prepare for tagging 2.3.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730917 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 b6b82ce854..474062303f 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 1 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" |