• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

nkfのGitリポジトリのfork


Commit MetaInfo

修订版be9c28014a9351c73dae05480eb7e7034b3003dc (tree)
时间2011-09-08 21:01:29
作者NARUSE, Yui <naruse@user...>
CommiterNARUSE, Yui

Log Message

Release 2.1.2.

更改概述

差异

--- a/nkf.c
+++ b/nkf.c
@@ -20,11 +20,11 @@
2020 *
2121 * 3. This notice may not be removed or altered from any source distribution.
2222 */
23-#define NKF_VERSION "2.1.1"
24-#define NKF_RELEASE_DATE "2011-03-25"
23+#define NKF_VERSION "2.1.2"
24+#define NKF_RELEASE_DATE "2011-09-08"
2525 #define COPY_RIGHT \
2626 "Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa).\n" \
27- "Copyright (C) 1996-2010, The nkf Project."
27+ "Copyright (C) 1996-2011, The nkf Project."
2828
2929 #include "config.h"
3030 #include "nkf.h"
--- a/nkf32dll.c
+++ b/nkf32dll.c
@@ -4,11 +4,11 @@
44
55 /*WIN32DLL*/
66 /* ‚±‚¿‚ç‚̃o[ƒWƒ‡ƒ“‚àXV‚µ‚Ä‚­‚¾‚³‚¢B */
7-#define NKF_VERSIONW L"2.1.1"
7+#define NKF_VERSIONW L"2.1.2"
88 /* NKF_VERSION ‚̃ƒCƒh•¶Žš */
9-#define DLL_VERSION "2.1.1.0 2"
9+#define DLL_VERSION "2.1.2.0 2"
1010 /* DLL‚ª•Ô‚· */
11-#define DLL_VERSIONW L"2.1.1.0 2"
11+#define DLL_VERSIONW L"2.1.2.0 2"
1212 /* DLL‚ª•Ô‚· DLL_VERSION ‚̃ƒCƒh•¶Žš */
1313
1414 /* nkf32.dll main */