Skip to content

Commit

Permalink
Branch for Beta-2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed Jan 28, 2022
1 parent 064ff6b commit 7352a7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions XR_APILAYER_NOVENDOR_toolkit/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ namespace toolkit {

const std::string LayerName = "XR_APILAYER_NOVENDOR_toolkit";
const uint32_t VersionMajor = 0;
const uint32_t VersionMinor = 0;
const uint32_t VersionPatch = 0;
const std::string VersionString = "Unreleased";
const uint32_t VersionMinor = 9;
const uint32_t VersionPatch = 4;
const std::string VersionString = "Beta-2";
const std::string RegPrefix = "SOFTWARE\\OpenXR_Toolkit";

// Singleton accessor.
Expand Down
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 @@ -1582,15 +1582,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:OpenXR-Toolkit"
"ProductCode" = "8:{FCAAACC4-9554-45C5-93C5-AB73A631C02C}"
"PackageCode" = "8:{447E0414-1A2A-41D6-8508-DC22FFBE34BF}"
"ProductCode" = "8:{9EA80DFD-6B67-447A-94C8-46977450446F}"
"PackageCode" = "8:{69144A24-19EF-4901-A2E4-1075E12B2448}"
"UpgradeCode" = "8:{DE3B4392-8473-4208-A77F-812E54E09AE6}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.0.0"
"ProductVersion" = "8:0.9.4"
"Manufacturer" = "8:[email protected]"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://mbucchia.github.io/OpenXR-Toolkit/"
Expand Down

0 comments on commit 7352a7f

Please sign in to comment.