larryi      02/02/06 19:55:37

  Modified:    src/native/mod_jk/iis jk_isapi_plugin.c
  Log:
  Update to use the official JK version string
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-tomcat/src/native/mod_jk/iis/jk_isapi_plugin.c
  
  Index: jk_isapi_plugin.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/iis/jk_isapi_plugin.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jk_isapi_plugin.c 13 Jan 2002 01:50:39 -0000      1.12
  +++ jk_isapi_plugin.c 7 Feb 2002 03:55:37 -0000       1.13
  @@ -57,7 +57,7 @@
    * Description: ISAPI plugin for IIS/PWS                                   *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
    * Author:      Ignacio J. Ortega <[EMAIL PROTECTED]>                       *
  - * Version:     $Revision: 1.12 $                                           *
  + * Version:     $Revision: 1.13 $                                           *
    ***************************************************************************/
   
   // This define is needed to include wincrypt,h, needed to get client certificates
  @@ -76,7 +76,7 @@
   #include "jk_ajp12_worker.h"
   #include "jk_uri_worker_map.h"
   
  -#define VERSION_STRING "Jakarta/ISAPI/1.0b1"
  +#define VERSION_STRING "Jakarta/ISAPI/" JK_VERSTRING
   
   /*
    * We use special two headers to pass values from the filter to the 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to