From: handa Date: Sat, 25 Dec 2004 02:08:46 +0000 (+0000) Subject: (M17NLIB_MINOR_VERSION): Update to 2. X-Git-Tag: REL-1-2-0~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=713ba39b69787dabbd6298f770922a481aab9ed8;p=m17n%2Fm17n-lib.git (M17NLIB_MINOR_VERSION): Update to 2. (M17NLIB_VERSION_NAME): Update to "1.2.". --- diff --git a/src/m17n-core.h b/src/m17n-core.h index f416fc5..d2f0629 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -41,9 +41,9 @@ extern "C" #if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE) #define M17NLIB_MAJOR_VERSION 1 -#define M17NLIB_MINOR_VERSION 1 +#define M17NLIB_MINOR_VERSION 2 #define M17NLIB_PATCH_LEVEL 0 -#define M17NLIB_VERSION_NAME "1.1.0" +#define M17NLIB_VERSION_NAME "1.2.0" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()