From: Bill Stoddard Date: Fri, 17 Dec 1999 15:39:56 +0000 (+0000) Subject: Update Apache version in windows registry.c file X-Git-Tag: 1.3.10~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b6703572cd45c8072f571578d71c8d8dc1d511e;p=apache Update Apache version in windows registry.c file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84312 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index 0631b03766..fd9f96437a 100644 --- a/server/mpm/winnt/registry.c +++ b/server/mpm/winnt/registry.c @@ -95,7 +95,7 @@ #define VENDOR "Apache Group" #define SOFTWARE "Apache" -#define VERSION "1.3.9" +#define VERSION "2.0" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION