You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2002/11/27 18:12:05 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

mturk       2002/11/27 09:12:05

  Modified:    jk/native2/include jk_global.h
  Log:
  Change the version number to the 2.0.3 and mark as not nonreleased.
  The exposed version will be mod_jk2/2.0.3-beta-1.
  Perhaps we should change the beta to dev?
  
  Revision  Changes    Path
  1.16      +4 -4      jakarta-tomcat-connectors/jk/native2/include/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_global.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jk_global.h	18 Oct 2002 11:25:44 -0000	1.15
  +++ jk_global.h	27 Nov 2002 17:12:05 -0000	1.16
  @@ -86,14 +86,14 @@
   /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
   #define JK_VERMAJOR     2
   #define JK_VERMINOR     0
  -#define JK_VERFIX       2
  -#define JK_VERSTRING    "2.0.2"
  +#define JK_VERFIX       3
  +#define JK_VERSTRING    "2.0.3"
   
   /* Beta number */
   #define JK_VERBETA      1
   #define JK_BETASTRING   "1"
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 1
  +#define JK_VERISRELEASE 0
   /************** END OF AREA TO MODIFY BEFORE RELEASING *************/
   
   #define PACKAGE "mod_jk2/"
  
  
  

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


Re: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

Posted by Henri Gomez <hg...@apache.org>.
mturk@apache.org wrote:
> mturk       2002/11/27 09:12:05
> 
>   Modified:    jk/native2/include jk_global.h
>   Log:
>   Change the version number to the 2.0.3 and mark as not nonreleased.
>   The exposed version will be mod_jk2/2.0.3-beta-1.
>   Perhaps we should change the beta to dev?

+1 to switch jk/jk2 to -dev, it's the Apache HTTPD numbering schema



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