From: handa Date: Thu, 13 Aug 2009 11:15:20 +0000 (+0000) Subject: (M17NLIB_PATCH_LEVEL): Changed to 5. X-Git-Tag: REL-1-5-5~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2be4c480dd0d3d9dbaf4c411709b56c793a7492c;p=m17n%2Fm17n-lib.git (M17NLIB_PATCH_LEVEL): Changed to 5. (M17NLIB_VERSION_NAME): Changed to "1.5.5". --- diff --git a/src/m17n-core.h b/src/m17n-core.h index d60fc72..cfe808c 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -47,8 +47,8 @@ M17N_BEGIN_HEADER #define M17NLIB_MAJOR_VERSION 1 #define M17NLIB_MINOR_VERSION 5 -#define M17NLIB_PATCH_LEVEL 4 -#define M17NLIB_VERSION_NAME "1.5.4" +#define M17NLIB_PATCH_LEVEL 5 +#define M17NLIB_VERSION_NAME "1.5.5" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()