From: Marc Slemko Date: Sun, 6 Jul 1997 02:35:15 +0000 (+0000) Subject: Bump version back to 1.2.2-dev. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8350f4bb200ab27f99338f7b34537041b9bb17;p=thirdparty%2Fapache%2Fhttpd.git Bump version back to 1.2.2-dev. PR: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78538 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 ac2af1eeaa2..7a28740a7f9 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