OSDN Git Service

Release 2.1.2.
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Thu, 8 Sep 2011 11:53:44 +0000 (20:53 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Thu, 8 Sep 2011 12:01:29 +0000 (21:01 +0900)
nkf.c
nkf32dll.c

diff --git a/nkf.c b/nkf.c
index fc5b30d..0382f30 100644 (file)
--- a/nkf.c
+++ b/nkf.c
  *
  * 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"
index 0ec2a63..2ba639b 100644 (file)
@@ -4,11 +4,11 @@
 
 /*WIN32DLL*/
 /* \82±\82¿\82ç\82Ì\83o\81[\83W\83\87\83\93\82à\8dX\90V\82µ\82Ä\82­\82¾\82³\82¢\81B */
-#define NKF_VERSIONW L"2.1.1"
+#define NKF_VERSIONW L"2.1.2"
 /* NKF_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
-#define DLL_VERSION   "2.1.1.0 2"
+#define DLL_VERSION   "2.1.2.0 2"
 /* DLL\82ª\95Ô\82· */
-#define DLL_VERSIONW L"2.1.1.0 2"
+#define DLL_VERSIONW L"2.1.2.0 2"
 /* DLL\82ª\95Ô\82· DLL_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
 
 /* nkf32.dll main */