stoddard 99/12/17 07:39:57
Modified: src/os/win32 registry.c Log: Update Apache version in windows registry.c file Revision Changes Path 1.7 +1 -1 apache-2.0/src/os/win32/registry.c Index: registry.c =================================================================== RCS file: /home/cvs/apache-2.0/src/os/win32/registry.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- registry.c 1999/12/08 22:33:52 1.6 +++ registry.c 1999/12/17 15:39:56 1.7 @@ -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