(M17NLIB_MINOR_VERSION): Changed to 5.
authorhanda <handa>
Mon, 23 Jun 2008 06:29:40 +0000 (06:29 +0000)
committerhanda <handa>
Mon, 23 Jun 2008 06:29:40 +0000 (06:29 +0000)
(M17NLIB_PATCH_LEVEL): Changed to 2.
(M17NLIB_VERSION_NAME): Changed "1.5.2".

src/m17n-core.h

index e7cddb9..590ec88 100644 (file)
@@ -46,9 +46,9 @@ M17N_BEGIN_HEADER
 #if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE)
 
 #define M17NLIB_MAJOR_VERSION 1
-#define M17NLIB_MINOR_VERSION 3
-#define M17NLIB_PATCH_LEVEL 5
-#define M17NLIB_VERSION_NAME "1.3.5"
+#define M17NLIB_MINOR_VERSION 5
+#define M17NLIB_PATCH_LEVEL 2
+#define M17NLIB_VERSION_NAME "1.5.2"
 
 extern void m17n_init_core (void);
 #define M17N_INIT() m17n_init_core ()