From d4c3f03a2a620651652b497f6ae83a46ad97fa58 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 28 Feb 2007 07:22:50 +0000 Subject: [PATCH] (M17NLIB_PATCH_LEVEL): Changed to 5. (M17NLIB_VERSION_NAME): Changed to "1.3.5". --- src/m17n-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m17n-core.h b/src/m17n-core.h index 6d8b2b7..157a341 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -42,8 +42,8 @@ extern "C" #define M17NLIB_MAJOR_VERSION 1 #define M17NLIB_MINOR_VERSION 3 -#define M17NLIB_PATCH_LEVEL 3 -#define M17NLIB_VERSION_NAME "1.3.3" +#define M17NLIB_PATCH_LEVEL 5 +#define M17NLIB_VERSION_NAME "1.3.5" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core () -- 1.7.10.4