marc        98/07/18 15:57:34

  Modified:    src/include httpd.h
               src/os/win32 registry.c
               src/os/win32/installer apache.iwz
  Log:
  Update for rolling 1.3.1 release.
  
  Revision  Changes    Path
  1.227     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.226
  retrieving revision 1.227
  diff -u -r1.226 -r1.227
  --- httpd.h   1998/07/13 11:32:35     1.226
  +++ httpd.h   1998/07/18 22:57:27     1.227
  @@ -382,7 +382,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.1-dev"        /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.1"    /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -399,7 +399,7 @@
    * For a final release, 'betaseq' should be set to '99'.
    * For example, Apache 1.4.2 should be '1040299'
    */
  -#define APACHE_RELEASE 1030101
  +#define APACHE_RELEASE 1030199
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.7       +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- registry.c        1998/06/02 11:24:39     1.6
  +++ registry.c        1998/07/18 22:57:31     1.7
  @@ -28,7 +28,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.1 dev"
  +#define VERSION  "1.3.1"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  
  1.10      +5 -5      apache-1.3/src/os/win32/installer/apache.iwz
  
  Index: apache.iwz
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/installer/apache.iwz,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apache.iwz        1998/06/14 14:31:07     1.9
  +++ apache.iwz        1998/07/18 22:57:34     1.10
  @@ -46,9 +46,9 @@
   AppName=Apache
   AppExe=
   AppExeFile=
  -Version=1.3.0
  +Version=1.3.1
   Company=Apache Group
  -Title=Apache Web Server 1.3.0
  +Title=Apache Web Server 1.3.1
   TitleType=1
   BackgrndBmp=
   BackgrndAlign=4
  @@ -795,7 +795,7 @@
   Reg9Val1Name=(Default)
   Reg9Val1Data=(value not set)
   Reg9Vals=1
  -Reg10Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.0
  +Reg10Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.1
   Reg10Val1Type=0
   Reg10Val1Name=(Default)
   Reg10Val1Data=(value not set)
  @@ -809,8 +809,8 @@
   Reg1Path=HKEY_LOCAL_MACHINE\SOFTWARE
   Reg2Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group
   Reg3Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache
  -Reg4Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.0
  -Reg5Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.0
  +Reg4Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.1
  +Reg5Path=HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\1.3.1
   Reg5ValName=ServerRoot
   Reg5ValType=0
   Reg5ValData=<INSTALLDIR>
  
  
  

Reply via email to