Skip to content

Commit 1166cc1

Browse files
Changes for 2.3.0 release candidate
1 parent 5acb926 commit 1166cc1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

IntelPresentMon/AppCef/AppCef.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "flask.ico"
6161
//
6262

6363
VS_VERSION_INFO VERSIONINFO
64-
FILEVERSION 1,0,0,0
65-
PRODUCTVERSION 2,1,0,0
64+
FILEVERSION 1,0,3,0
65+
PRODUCTVERSION 2,3,0,0
6666
FILEFLAGSMASK 0x3fL
6767
#ifdef _DEBUG
6868
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
7979
BEGIN
8080
VALUE "CompanyName", "Intel(R) Corporation"
8181
VALUE "FileDescription", "Intel(R) PresentMon application"
82-
VALUE "FileVersion", "1.0.0.0"
82+
VALUE "FileVersion", "1.0.3.0"
8383
VALUE "InternalName", "CefNano.exe"
8484
VALUE "LegalCopyright", "Copyright (C) 2017-2024"
8585
VALUE "OriginalFilename", "CefNano.exe"
8686
VALUE "ProductName", "Intel(R) PresentMon"
87-
VALUE "ProductVersion", "2.1.0.0"
87+
VALUE "ProductVersion", "2.3.0.0"
8888
END
8989
END
9090
BLOCK "VarFileInfo"

IntelPresentMon/PMInstaller/PresentMon.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Id="*"
55
Name="Intel(R) PresentMon"
66
Language="1033"
7-
Version="2.1.0.0"
7+
Version="2.3.0.0"
88
Manufacturer="Intel(R) Corporation"
99
UpgradeCode="CD0D489E-0FE7-452D-90D9-F94F3F5FF410">
1010

@@ -16,7 +16,7 @@
1616

1717
<MediaTemplate EmbedCab="yes" />
1818

19-
<?define console_app_ver = 2.1.0 ?>
19+
<?define console_app_ver = 2.3.0 ?>
2020
<?define console_app_path = $(pm.GetConsoleAppPath($(var.SolutionDir), $(var.console_app_ver))) ?>
2121
<?define console_app_filename = $(pm.GetConsoleAppFileName($(var.console_app_ver))) ?>
2222
<?define has_console_app = $(pm.CheckFileExists($(var.console_app_path))) ?>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

PresentMon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="UserMacros">
44
<!-- PresentMonVersion should be "dev" on main branch, and the version number (e.g., 2.1.0) on release branches. -->
5-
<PresentMonVersion>dev</PresentMonVersion>
5+
<PresentMonVersion>2.3.0</PresentMonVersion>
66
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
77
</PropertyGroup>
88
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">

Provider/Version.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)