Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Feb 9, 2021
1 parent 1fb72e1 commit b7fe358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CompactMeter/CompactMeter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -200,12 +200,12 @@ BEGIN
BLOCK "041104b0"
BEGIN
VALUE "FileDescription", "CompactMeter"
VALUE "FileVersion", "1.3.0.0"
VALUE "FileVersion", "1.4.0.0"
VALUE "InternalName", "CompactMeter.exe"
VALUE "LegalCopyright", "Copyright (C) 2018-2019 TAKEUCHI Hiroaki"
VALUE "OriginalFilename", "CompactMeter.exe"
VALUE "ProductName", "CompactMeter"
VALUE "ProductVersion", "1.3.0.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Direct2D 対応なのでCPU負荷を低く抑えています。

### リリース作業

- リソースのバージョンを更新する
- タグを打つ
- 下記を順に実行する
- `100_build_exe.bat`
- `200_packaging.bat`
Expand Down

0 comments on commit b7fe358

Please sign in to comment.