From: handa Date: Thu, 18 Aug 2005 01:24:37 +0000 (+0000) Subject: (M17NLIB_MINOR_VERSION): Changed to 3. X-Git-Tag: REL-1-3-0~266 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d4abea6cf134c9599da41c6633f26e76ac9303;p=m17n%2Fm17n-lib.git (M17NLIB_MINOR_VERSION): Changed to 3. (M17NLIB_VERSION_NAME): Changed to "1.3.0". --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 0e3a0a4..413c1ed 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 2 +#define M17NLIB_MINOR_VERSION 3 #define M17NLIB_PATCH_LEVEL 0 -#define M17NLIB_VERSION_NAME "1.2.0" +#define M17NLIB_VERSION_NAME "1.3.0" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()