Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit e6a3a9f

Browse files
committed
checktool: Bump version for 1.1.0 release
Signed-off-by: Wenchao Wang <[email protected]>
1 parent 6b95343 commit e6a3a9f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CheckTool/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<key>NSHumanReadableCopyright</key>
4141
<string>&#xA9; 2020 Intel Corporation</string>
4242
<key>CFBundleGetInfoString</key>
43-
<string>Intel&#xAE; HAXM Check Tool 1.0.0</string>
43+
<string>Intel&#xAE; HAXM Check Tool 1.1.0</string>
4444
<key>CFBundleLongVersionString</key>
45-
<string>1.0.0.0</string>
45+
<string>1.1.0.0</string>
4646
<key>CFBundleShortVersionString</key>
47-
<string>1.0.0</string>
47+
<string>1.1.0</string>
4848
</dict>
4949
</plist>

CheckTool/version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
#include <winres.h>
3232

33-
#define FILE_VERSION 1,0,0,0
34-
#define FILE_VERSION_STR "1.0.0.0"
33+
#define FILE_VERSION 1,1,0,0
34+
#define FILE_VERSION_STR "1.1.0.0"
3535

36-
#define PRODUCT_VERSION 7,6,5,0
37-
#define PRODUCT_VERSION_STR "7.6.5.0"
36+
#define PRODUCT_VERSION 7,8,0,0
37+
#define PRODUCT_VERSION_STR "7.8.0.0"
3838

3939
#ifdef DEBUG
4040
#define FILE_FLAGS (VS_FF_PRIVATEBUILD | VS_FF_PRERELEASE | VERSION_DEBUG)

0 commit comments

Comments
 (0)