From 05558e04b824272aea1b351d3e12ad9348ea26f1 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 8 Sep 2011 12:17:06 +0000 Subject: * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280) Bump version number/release date only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/nkf/nkf-utf8/nkf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/nkf/nkf-utf8') diff --git a/ext/nkf/nkf-utf8/nkf.c b/ext/nkf/nkf-utf8/nkf.c index fc5b30d921..0382f30938 100644 --- a/ext/nkf/nkf-utf8/nkf.c +++ b/ext/nkf/nkf-utf8/nkf.c @@ -20,11 +20,11 @@ * * 3. This notice may not be removed or altered from any source distribution. */ -#define NKF_VERSION "2.1.1" -#define NKF_RELEASE_DATE "2011-03-25" +#define NKF_VERSION "2.1.2" +#define NKF_RELEASE_DATE "2011-09-08" #define COPY_RIGHT \ "Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa).\n" \ - "Copyright (C) 1996-2010, The nkf Project." + "Copyright (C) 1996-2011, The nkf Project." #include "config.h" #include "nkf.h" -- cgit v1.2.3