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

Commit

Permalink
checktool: Bump version for 1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Wenchao Wang <wenchao.wang@intel.com>
  • Loading branch information
wcwang committed Jan 20, 2023
1 parent 6b95343 commit e6a3a9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CheckTool/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<key>NSHumanReadableCopyright</key>
<string>&#xA9; 2020 Intel Corporation</string>
<key>CFBundleGetInfoString</key>
<string>Intel&#xAE; HAXM Check Tool 1.0.0</string>
<string>Intel&#xAE; HAXM Check Tool 1.1.0</string>
<key>CFBundleLongVersionString</key>
<string>1.0.0.0</string>
<string>1.1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions CheckTool/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

#include <winres.h>

#define FILE_VERSION 1,0,0,0
#define FILE_VERSION_STR "1.0.0.0"
#define FILE_VERSION 1,1,0,0
#define FILE_VERSION_STR "1.1.0.0"

#define PRODUCT_VERSION 7,6,5,0
#define PRODUCT_VERSION_STR "7.6.5.0"
#define PRODUCT_VERSION 7,8,0,0
#define PRODUCT_VERSION_STR "7.8.0.0"

#ifdef DEBUG
#define FILE_FLAGS (VS_FF_PRIVATEBUILD | VS_FF_PRERELEASE | VERSION_DEBUG)
Expand Down

0 comments on commit e6a3a9f

Please sign in to comment.