diff --git a/CustomSetup/Properties/AssemblyInfo.cs b/CustomSetup/Properties/AssemblyInfo.cs index 5592fe5..8c1bb1a 100644 --- a/CustomSetup/Properties/AssemblyInfo.cs +++ b/CustomSetup/Properties/AssemblyInfo.cs @@ -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")] diff --git a/installer/README.rtf b/installer/README.rtf index b8fe420..1f91da3 100644 Binary files a/installer/README.rtf and b/installer/README.rtf differ diff --git a/installer/installer.vdproj b/installer/installer.vdproj index a90a576..4afbeb7 100644 --- a/installer/installer.vdproj +++ b/installer/installer.vdproj @@ -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" diff --git a/openxr-api-layer/layer.h b/openxr-api-layer/layer.h index 0bc696e..c1ec57e 100644 --- a/openxr-api-layer/layer.h +++ b/openxr-api-layer/layer.h @@ -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();