mturk 2002/10/18 04:25:44 Modified: jk/native2/include jk_global.h Log: Change the exposed version number and string to 2.0.2 Revision Changes Path 1.15 +3 -3 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.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- jk_global.h 24 Sep 2002 22:45:18 -0000 1.14 +++ jk_global.h 18 Oct 2002 11:25:44 -0000 1.15 @@ -86,8 +86,8 @@ /************** START OF AREA TO MODIFY BEFORE RELEASING *************/ #define JK_VERMAJOR 2 #define JK_VERMINOR 0 -#define JK_VERFIX 0 -#define JK_VERSTRING "2.0.0" +#define JK_VERFIX 2 +#define JK_VERSTRING "2.0.2" /* Beta number */ #define JK_VERBETA 1
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>