Skip to content

Commit

Permalink
3.1.5
Browse files Browse the repository at this point in the history
* zlib 1.2.13 にアップデートしました。

* Office 365 の Excel で Power Query の詳細エディターの編集内容が破損する不具合を修正しました。
  • Loading branch information
nathancorvussolis committed Oct 30, 2022
1 parent 8ae9edf commit 408b802
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 3.1.4
# CorvusSKK ver. 3.1.5

![](installer/resource-md/logo.png) Windowsで動作するSKK風のIMEです。

Expand Down Expand Up @@ -932,7 +932,7 @@ Windows 10 (Ver.1709 から)、Windows 11 の場合

### 開発環境

Visual Studio Community 2022 17.3.0
Visual Studio Community 2022 17.3.6

* Desktop development with C++

Expand All @@ -951,7 +951,7 @@ Visual Studio Community 2022 17.3.0

WiX Toolset v3.11.2

pandoc 2.19
pandoc 2.19.2


### ビルド手順
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"3.1.4"
#define TEXTSERVICE_VER L"3.1.5"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "3.1.4"
#define RC_VERSION_D 3,1,4,0
#define RC_VERSION "3.1.5"
#define RC_VERSION_D 3,1,5,0
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=3.1.4
set VERSION=3.1.5

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="3.1.4" ?>
<?define version="3.1.5" ?>
</Include>

0 comments on commit 408b802

Please sign in to comment.