diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-08 12:17:06 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-08 12:17:06 +0000 |
commit | 05558e04b824272aea1b351d3e12ad9348ea26f1 (patch) | |
tree | fc01b28009a5cb2f370b41469615ad34280756a4 /ext/nkf | |
parent | 599071b700aa7176a2bb762c2d9781d02013f27c (diff) | |
download | ruby-05558e04b824272aea1b351d3e12ad9348ea26f1.tar.gz |
* 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
Diffstat (limited to 'ext/nkf')
-rw-r--r-- | ext/nkf/nkf-utf8/nkf.c | 6 |
1 files changed, 3 insertions, 3 deletions
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" |