File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 183
183
//
184
184
185
185
VS_VERSION_INFO VERSIONINFO
186
- FILEVERSION 1,3 ,0,0
187
- PRODUCTVERSION 1,3 ,0,0
186
+ FILEVERSION 1,4 ,0,0
187
+ PRODUCTVERSION 1,4 ,0,0
188
188
FILEFLAGSMASK 0x3fL
189
189
#ifdef _DEBUG
190
190
FILEFLAGS 0x1L
@@ -200,12 +200,12 @@ BEGIN
200
200
BLOCK "041104b0"
201
201
BEGIN
202
202
VALUE "FileDescription", "CompactMeter"
203
- VALUE "FileVersion", "1.3 .0.0"
203
+ VALUE "FileVersion", "1.4 .0.0"
204
204
VALUE "InternalName", "CompactMeter.exe"
205
205
VALUE "LegalCopyright", "Copyright (C) 2018-2019 TAKEUCHI Hiroaki"
206
206
VALUE "OriginalFilename", "CompactMeter.exe"
207
207
VALUE "ProductName", "CompactMeter"
208
- VALUE "ProductVersion", "1.3 .0.0"
208
+ VALUE "ProductVersion", "1.4 .0.0"
209
209
END
210
210
END
211
211
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ Direct2D 対応なのでCPU負荷を低く抑えています。
83
83
84
84
### リリース作業
85
85
86
+ - リソースのバージョンを更新する
87
+ - タグを打つ
86
88
- 下記を順に実行する
87
89
- ` 100_build_exe.bat `
88
90
- ` 200_packaging.bat `
You can’t perform that action at this time.
0 commit comments