diff --git a/IntelPresentMon/AppCef/AppCef.rc b/IntelPresentMon/AppCef/AppCef.rc
index b7457c74..06a71ab8 100644
--- a/IntelPresentMon/AppCef/AppCef.rc
+++ b/IntelPresentMon/AppCef/AppCef.rc
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "flask.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 2,1,0,0
+ FILEVERSION 1,0,1,0
+ PRODUCTVERSION 2,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel(R) Corporation"
VALUE "FileDescription", "Intel(R) PresentMon application"
- VALUE "FileVersion", "1.0.0.0"
+ VALUE "FileVersion", "1.0.1.0"
VALUE "InternalName", "CefNano.exe"
VALUE "LegalCopyright", "Copyright (C) 2017-2024"
VALUE "OriginalFilename", "CefNano.exe"
VALUE "ProductName", "Intel(R) PresentMon"
- VALUE "ProductVersion", "2.1.0.0"
+ VALUE "ProductVersion", "2.1.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/IntelPresentMon/PMInstaller/PresentMon.wxs b/IntelPresentMon/PMInstaller/PresentMon.wxs
index d91a9c96..b478e4a5 100644
--- a/IntelPresentMon/PMInstaller/PresentMon.wxs
+++ b/IntelPresentMon/PMInstaller/PresentMon.wxs
@@ -4,7 +4,7 @@
Id="*"
Name="Intel(R) PresentMon"
Language="1033"
- Version="2.1.0.0"
+ Version="2.1.1.0"
Manufacturer="Intel(R) Corporation"
UpgradeCode="CD0D489E-0FE7-452D-90D9-F94F3F5FF410">
@@ -16,7 +16,7 @@
-
+
diff --git a/IntelPresentMon/PresentMonAPI2/PresentMonAPI2.rc b/IntelPresentMon/PresentMonAPI2/PresentMonAPI2.rc
index cae893fe..503b6f76 100644
Binary files a/IntelPresentMon/PresentMonAPI2/PresentMonAPI2.rc and b/IntelPresentMon/PresentMonAPI2/PresentMonAPI2.rc differ
diff --git a/IntelPresentMon/PresentMonService/PresentMonService.rc b/IntelPresentMon/PresentMonService/PresentMonService.rc
index 64ef11d8..93582cc8 100644
Binary files a/IntelPresentMon/PresentMonService/PresentMonService.rc and b/IntelPresentMon/PresentMonService/PresentMonService.rc differ
diff --git a/PresentMon.props b/PresentMon.props
index d1aa57c4..a4ef0cdd 100644
--- a/PresentMon.props
+++ b/PresentMon.props
@@ -2,7 +2,7 @@
- dev
+ 2.1.1
$(Platform)
diff --git a/Provider/Version.rc b/Provider/Version.rc
index 36135de9..e7884b52 100644
Binary files a/Provider/Version.rc and b/Provider/Version.rc differ
diff --git a/README-ConsoleApplication.md b/README-ConsoleApplication.md
index 487866b8..d9726c3c 100644
--- a/README-ConsoleApplication.md
+++ b/README-ConsoleApplication.md
@@ -4,6 +4,9 @@ The PresentMon/ directory contains source for a standalone console application t
*PresentMon SDK* to capture and analyze graphics applications, outputting data to the console and/or
CSV file(s).
+A binary of the console application is provided in the release, e.g.:
+[PresentMon-2.1.1-x64.exe](https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x64.exe).
+
## Command line options
| Capture Target Options | |