Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
markgalvan-intel committed Apr 23, 2024
1 parent 46c51fa commit 7e1b99a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion IntelPresentMon/PMInstaller/PresentMon.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="*"
Name="Intel(R) PresentMon"
Language="1033"
Version="2.0.0.0"
Version="2.0.1.0"
Manufacturer="Intel(R) Corporation"
UpgradeCode="CD0D489E-0FE7-452D-90D9-F94F3F5FF410">

Expand Down
56 changes: 28 additions & 28 deletions PresentMon.props
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PresentMonVersion>2.0.0</PresentMonVersion>
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
<PresentMonPlatform>x86</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup>
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
</PreBuildEvent>
<ClCompile>
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PresentMonVersion>2.0.1</PresentMonVersion>
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
<PresentMonPlatform>x86</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup>
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
</PreBuildEvent>
<ClCompile>
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
2 changes: 1 addition & 1 deletion README-ConsoleApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The PresentMon/ directory contains source for a standalone console application t
CSV file(s).

A binary of the console application is provided in the release, e.g.:
[PresentMon-2.0.0-x64.exe](https://github.com/GameTechDev/PresentMon/releases/download/v2.0.0/PresentMon-2.0.0-x64.exe).
[PresentMon-2.0.1-x64.exe](https://github.com/GameTechDev/PresentMon/releases/download/v2.0.1/PresentMon-2.0.1-x64.exe).

## Command line options

Expand Down

0 comments on commit 7e1b99a

Please sign in to comment.