You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/11/25 16:07:44 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

hgomez      2002/11/25 07:07:43

  Modified:    jk/native/common jk_version.h
  Log:
  JK 1.2.1 release before TAGGING JK_1_2_1
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jk_version.h	1 Oct 2002 10:45:57 -0000	1.4
  +++ jk_version.h	25 Nov 2002 15:07:39 -0000	1.5
  @@ -56,9 +56,9 @@
    * ========================================================================= */
   
   /***************************************************************************
  - * Description: Socket buffer header file                                  *
  + * Description: JK version header file                                     *
    * Author:      Jean-Frederic Clere <jf...@fujitsu-siemens.com>  *
  - * Version:     $Revision$                                                 *
  + * Version:     $Revision$                                           *
    ***************************************************************************/
   
   #ifndef __JK_VERSION_H
  @@ -74,7 +74,7 @@
   #define JK_VERBETA      1
   #define JK_BETASTRING   "1"
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 0
  +#define JK_VERISRELEASE 1
   /************** END OF AREA TO MODIFY BEFORE RELEASING *************/
   
   #define PACKAGE "mod_jk/"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>