diff options
author | Paul Querna <pquerna@apache.org> | 2009-03-23 15:54:44 +0000 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2009-03-23 15:54:44 +0000 |
commit | 81995281b286faf4929a65e0b8ae84f0062a22ae (patch) | |
tree | a9757f011735372633042dc509e2560f12d5ac31 | |
parent | e1286998c46527d18a92438012738f452275aa4e (diff) | |
download | httpd-2.3.2.tar.gz |
Tag 2.3.2.2.3.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.3.2@757423 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 b193bccbf9..757e269a5c 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 2 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" |