projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c06b0
)
(M17NLIB_PATCH_LEVEL): New macro.
author
handa
<handa>
Fri, 19 Mar 2004 02:29:29 +0000
(
02:29
+0000)
committer
handa
<handa>
Fri, 19 Mar 2004 02:29:29 +0000
(
02:29
+0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
f401456
..
18d2875
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-40,7
+40,8
@@
extern "C"
#define M17NLIB_MAJOR_VERSION 1
#define M17NLIB_MINOR_VERSION 0
-#define M17NLIB_VERSION_NAME "1.0"
+#define M17NLIB_PATCH_LEVEL 1
+#define M17NLIB_VERSION_NAME "1.0.1"
extern void m17n_init_core (void);
#define M17N_INIT() m17n_init_core ()