Skip to content

Commit 1d80ae2

Browse files
committed
Prepare for release 1.1.2.
1 parent 2cb61bf commit 1d80ae2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CustomSetup/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.1.1")]
35+
[assembly: AssemblyVersion("0.1.1.2")]
3636
[assembly: AssemblyFileVersion("0.1.1.1")]

installer/README.rtf

0 Bytes
Binary file not shown.

installer/installer.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,15 +416,15 @@
416416
{
417417
"Name" = "8:Microsoft Visual Studio"
418418
"ProductName" = "8:OpenXR-Quad-Views-Foveated"
419-
"ProductCode" = "8:{2822F271-98F4-4455-874B-BED10E2FC7AD}"
420-
"PackageCode" = "8:{DC9E592F-AC8F-4384-8491-D51CAEB9B489}"
419+
"ProductCode" = "8:{FC489C76-67CB-4682-AB6F-1AF89F5826A5}"
420+
"PackageCode" = "8:{09C12FBA-1E14-48EB-A632-91889F445140}"
421421
"UpgradeCode" = "8:{1685CBAF-3515-4983-8944-D9D95A631F4C}"
422422
"AspNetVersion" = "8:2.0.50727.0"
423423
"RestartWWWService" = "11:FALSE"
424424
"RemovePreviousVersions" = "11:FALSE"
425425
"DetectNewerInstalledVersion" = "11:TRUE"
426426
"InstallAllUsers" = "11:TRUE"
427-
"ProductVersion" = "8:1.1.1"
427+
"ProductVersion" = "8:1.1.2"
428428
"Manufacturer" = "8:Matthieu Bucchianeri"
429429
"ARPHELPTELEPHONE" = "8:"
430430
"ARPHELPLINK" = "8:https://mbucchia.github.io/Quad-Views-Foveated"

openxr-api-layer/layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace openxr_api_layer {
2828

2929
const std::string LayerName = LAYER_NAME;
3030
const std::string LayerPrettyName = "Quad-Views-Foveated";
31-
const std::string VersionString = "v1.1.1";
31+
const std::string VersionString = "v1.1.2";
3232

3333
// Singleton accessor.
3434
OpenXrApi* GetInstance();

0 commit comments

Comments
 (0)