Skip to content

Commit

Permalink
Prepare for release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed Oct 19, 2023
1 parent 2cb61bf commit 1d80ae2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CustomSetup/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.1")]
[assembly: AssemblyVersion("0.1.1.2")]
[assembly: AssemblyFileVersion("0.1.1.1")]
Binary file modified installer/README.rtf
Binary file not shown.
6 changes: 3 additions & 3 deletions installer/installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:OpenXR-Quad-Views-Foveated"
"ProductCode" = "8:{2822F271-98F4-4455-874B-BED10E2FC7AD}"
"PackageCode" = "8:{DC9E592F-AC8F-4384-8491-D51CAEB9B489}"
"ProductCode" = "8:{FC489C76-67CB-4682-AB6F-1AF89F5826A5}"
"PackageCode" = "8:{09C12FBA-1E14-48EB-A632-91889F445140}"
"UpgradeCode" = "8:{1685CBAF-3515-4983-8944-D9D95A631F4C}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1.1"
"ProductVersion" = "8:1.1.2"
"Manufacturer" = "8:Matthieu Bucchianeri"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://mbucchia.github.io/Quad-Views-Foveated"
Expand Down
2 changes: 1 addition & 1 deletion openxr-api-layer/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace openxr_api_layer {

const std::string LayerName = LAYER_NAME;
const std::string LayerPrettyName = "Quad-Views-Foveated";
const std::string VersionString = "v1.1.1";
const std::string VersionString = "v1.1.2";

// Singleton accessor.
OpenXrApi* GetInstance();
Expand Down

0 comments on commit 1d80ae2

Please sign in to comment.