From: handa Date: Thu, 27 May 2004 09:08:26 +0000 (+0000) Subject: (M17NLIB_MAJOR_VERSION, M17NLIB_MINOR_VERSION) X-Git-Tag: withdl~169 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4f9e60b601bdc9c32260c2d3d0a401f6a533e6ec;p=m17n%2Fm17n-lib.git (M17NLIB_MAJOR_VERSION, M17NLIB_MINOR_VERSION) (M17NLIB_PATCH_LEVEL, M17NLIB_VERSION_NAME): Updated to 1.1.0. --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 0301f14..c503607 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -39,9 +39,9 @@ extern "C" /*=*/ #define M17NLIB_MAJOR_VERSION 1 -#define M17NLIB_MINOR_VERSION 0 -#define M17NLIB_PATCH_LEVEL 2 -#define M17NLIB_VERSION_NAME "1.0.2" +#define M17NLIB_MINOR_VERSION 1 +#define M17NLIB_PATCH_LEVEL 0 +#define M17NLIB_VERSION_NAME "1.1.0" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()