From: Ralf S. Engelschall Date: Wed, 6 Aug 1997 06:12:18 +0000 (+0000) Subject: Set correct version number for first snapshot and coming release. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0ac084a9f629fcd0c5318b33ace3411f435b01;p=thirdparty%2Fapache%2Fhttpd.git Set correct version number for first snapshot and coming release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/include/httpd.h b/APACHE_1_2_X/src/include/httpd.h index cde1a29a7fb..c62d1b4f309 100644 --- a/APACHE_1_2_X/src/include/httpd.h +++ b/APACHE_1_2_X/src/include/httpd.h @@ -256,7 +256,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.2.2-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.2.2" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else