From: handa Date: Tue, 30 Mar 2004 00:38:03 +0000 (+0000) Subject: (M17NLIB_PATCH_LEVEL): Changed to 2. X-Git-Tag: withdl~320 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8becd34109622c41766509104c9c9e12118163d;p=m17n%2Fm17n-lib.git (M17NLIB_PATCH_LEVEL): Changed to 2. (M17NLIB_VERSION_NAME): Changed to 1.0.2. --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 44b357c..0cd111c 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -40,8 +40,8 @@ extern "C" #define M17NLIB_MAJOR_VERSION 1 #define M17NLIB_MINOR_VERSION 0 -#define M17NLIB_PATCH_LEVEL 1 -#define M17NLIB_VERSION_NAME "1.0.1" +#define M17NLIB_PATCH_LEVEL 2 +#define M17NLIB_VERSION_NAME "1.0.2" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()