Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
・開発環境を Visual Studio 2019 に移行しました。

・Visual Studio 2019 でのマージモジュールの非推奨化のため、Visual C++ ランタイムファイルをローカル配置としました。
 (ただし、ARM32 のみスタティックリンクです。)

・コンパイラオプションの /permisive- を有効にしました。

・コード署名のダイジェストアルゴリズムを SHA-256 のみとしました。

・プログラム実行変換もどきの skk-ad-to-gengo および skk-gengo-to-ad で使用する元号テーブルに令和を追加しました。

・プログラム実行変換もどきに current-time および format-time-string を追加しました。
  • Loading branch information
nathancorvussolis committed Apr 14, 2019
1 parent 35e3edb commit a7c76ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.7.4
# CorvusSKK ver. 2.7.5

Windowsで動作するSKK風のIMEです。

Expand Down
6 changes: 3 additions & 3 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG"
#endif
#define TEXTSERVICE_DIR L"IMCRVSKK"
#define TEXTSERVICE_VER L"2.7.4"
#define TEXTSERVICE_VER L"2.7.5"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.7.4"
#define RC_VERSION_D 2,7,4,0
#define RC_VERSION "2.7.5"
#define RC_VERSION_D 2,7,5,0
2 changes: 1 addition & 1 deletion installer/_version.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set VERSION=2.7.4
set VERSION=2.7.5

set TARGETDIR=build

Expand Down
2 changes: 1 addition & 1 deletion installer/installer-version.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define version="2.7.4" ?>
<?define version="2.7.5" ?>
</Include>

0 comments on commit a7c76ab

Please sign in to comment.