From: handa Date: Fri, 2 Apr 2010 12:28:22 +0000 (+0000) Subject: (M17NLIB_MINOR_VERSION): Changed to 6. X-Git-Tag: REL-1-6-1~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c6ec262aab25b0ea81de001000da2f3df8011a60;p=m17n%2Fm17n-lib.git (M17NLIB_MINOR_VERSION): Changed to 6. (M17NLIB_PATCH_LEVEL): Changed to 0. (M17NLIB_VERSION_NAME): 1.6.0. --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 23ed0cb..5af53a7 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -46,9 +46,9 @@ M17N_BEGIN_HEADER #if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE) #define M17NLIB_MAJOR_VERSION 1 -#define M17NLIB_MINOR_VERSION 5 -#define M17NLIB_PATCH_LEVEL 5 -#define M17NLIB_VERSION_NAME "1.5.5" +#define M17NLIB_MINOR_VERSION 6 +#define M17NLIB_PATCH_LEVEL 0 +#define M17NLIB_VERSION_NAME "1.6.0" extern void m17n_init_core (void); #define M17N_INIT() m17n_init_core ()