From: handa Date: Mon, 16 Jan 2006 02:14:16 +0000 (+0000) Subject: (M17NLIB_PATCH_LEVEL): Updated to 1. X-Git-Tag: REL-1-3-1~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0eae0dba032737b26919abd644feff35841297b5;p=m17n%2Fm17n-lib.git (M17NLIB_PATCH_LEVEL): Updated to 1. (M17NLIB_VERSION_NAME): Updated to "1.3.1". --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 40985ee..55ffe95 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 0 -#define M17NLIB_VERSION_NAME "1.3.0" +#define M17NLIB_PATCH_LEVEL 1 +#define M17NLIB_VERSION_NAME "1.3.1" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()