Skip to content

Commit

Permalink
2.5.9
Browse files Browse the repository at this point in the history
・WiX Toolset v3.11.1 に更新しました。
 DLLハイジャックの脆弱性が修正されています。
 https://www.firegiant.com/blog/2017/12/31/wix-v3.10.4-and-wix-v3.11.1-released/
  • Loading branch information
nathancorvussolis committed Jan 30, 2018
1 parent f954036 commit 15f683d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.5.8
# CorvusSKK ver. 2.5.9

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

Expand Down Expand Up @@ -668,7 +668,7 @@ ASCII, JIS X 0201, JIS X 0213に変換できない文字が含まれていた場

Visual Studio Community 2015 Update 3

WiX Toolset v3.11
WiX Toolset v3.11.1

pandoc 2.1.1

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

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.5.8"
#define RC_VERSION_D 2,5,8,0
#define RC_VERSION "2.5.9"
#define RC_VERSION_D 2,5,9,0

#endif
2 changes: 1 addition & 1 deletion installer/_version.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set VERSION=2.5.8
set VERSION=2.5.9

set TARGETDIR=build
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.5.8" ?>
<?define version="2.5.9" ?>
</Include>

0 comments on commit 15f683d

Please sign in to comment.