From: dgaudet Date: Thu, 3 Jul 1997 06:20:16 +0000 (+0000) Subject: 1.2.2-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d13293a230b527490af4531683e93d5481fedf;p=thirdparty%2Fapache%2Fhttpd.git 1.2.2-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78511 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 c98d4c19a41..2599ef407a5 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.1" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.2.2-dev" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else