From 21c536ce11ed60182dd188395f76e48d557abc45 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 15 Mar 2002 10:36:50 +0000 Subject: [PATCH] (vars_of_mule): Update `utf-2000-version' to 0.19. --- src/mule.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ ); -- 1.7.10.4