From be15d99720126d4776d0b39ecb7db9dcd7d407a2 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 10 Dec 2004 07:09:46 +0000 Subject: [PATCH] (VERSION): Set to 1.2.0. --- example/mconv.c | 2 +- example/mdate.c | 2 +- example/medit.c | 2 +- example/mview.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/mconv.c b/example/mconv.c index efe613d..a3f64a2 100644 --- a/example/mconv.c +++ b/example/mconv.c @@ -134,7 +134,7 @@ #include #include -#define VERSION "1.2" +#define VERSION "1.2.0" /* Print all coding system names. */ diff --git a/example/mdate.c b/example/mdate.c index 6c5014f..95d4a21 100644 --- a/example/mdate.c +++ b/example/mdate.c @@ -82,7 +82,7 @@ #include #include -#define VERSION "1.2" +#define VERSION "1.2.0" /* Return a plist of all locales currently avairable on the system. The keys and values of the plist are locale name symbols and diff --git a/example/medit.c b/example/medit.c index cb24dda..8f5dee3 100644 --- a/example/medit.c +++ b/example/medit.c @@ -116,7 +116,7 @@ #include #include -#define VERSION "1.2" +#define VERSION "1.2.0" /* Global variables. */ diff --git a/example/mview.c b/example/mview.c index 8576f1a..326b1ad 100644 --- a/example/mview.c +++ b/example/mview.c @@ -112,7 +112,7 @@ #include #include -#define VERSION "1.2" +#define VERSION "1.2.0" /* Global m17n variables. */ MFrame *frame; -- 1.7.10.4