Skip to content

Commit

Permalink
3.1.4
Browse files Browse the repository at this point in the history
* キー入力の反応を改善しました。

* Intellisense の警告をある程度解消しました。
  • Loading branch information
nathancorvussolis committed Jun 4, 2022
1 parent a24027f commit 88cee54
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. 3.1.3
# CorvusSKK ver. 3.1.4

![](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.1.3
Visual Studio Community 2022 17.2.3

* Desktop development with C++

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.3"
#define TEXTSERVICE_VER L"3.1.4"

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

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

0 comments on commit 88cee54

Please sign in to comment.