X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=39ce979ba3d4da1d8aef28d5af7dfaa8c7f26a15;hb=49177a93dff4f349cb9c5474a32e0bc2720cf86b;hp=7a7ed698b24d61c1756e78285b365d31aa35751e;hpb=7edd70c9f9aed4de8014b6b63a7e7316f8e695f7;p=chise%2Fxemacs-chise.git diff --git a/src/mule.c b/src/mule.c index 7a7ed69..39ce979 100644 --- a/src/mule.c +++ b/src/mule.c @@ -1,4 +1,5 @@ /* Copyright (C) 1995 Free Software Foundation. + Copyright (C) 1999,2000,2001,2002 MORIOKA Tomohiko This file is part of XEmacs. @@ -121,7 +122,7 @@ vars_of_mule (void) #ifdef UTF2000 Fprovide (intern ("utf-2000")); - Vutf_2000_version = build_string("0.18 (Yamato-Koizumi)"); + Vutf_2000_version = build_string("0.19 (Kōriyama)"); DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* Version number of XEmacs UTF-2000. */ );