From 4f9e60b601bdc9c32260c2d3d0a401f6a533e6ec Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 27 May 2004 09:08:26 +0000 Subject: [PATCH] (M17NLIB_MAJOR_VERSION, M17NLIB_MINOR_VERSION) (M17NLIB_PATCH_LEVEL, M17NLIB_VERSION_NAME): Updated to 1.1.0. --- src/m17n-core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 () -- 1.7.10.4