diff --git a/companion/Properties/AssemblyInfo.cs b/companion/Properties/AssemblyInfo.cs index 07aa554..6937c6c 100644 --- a/companion/Properties/AssemblyInfo.cs +++ b/companion/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.3.7.0")] -[assembly: AssemblyFileVersion("0.3.7.0")] +[assembly: AssemblyVersion("0.3.9.0")] +[assembly: AssemblyFileVersion("0.3.9.0")] diff --git a/installer/README.rtf b/installer/README.rtf index 1c9715e..96874ff 100644 Binary files a/installer/README.rtf and b/installer/README.rtf differ diff --git a/installer/installer.vdproj b/installer/installer.vdproj index 797e9c7..fb746c7 100644 --- a/installer/installer.vdproj +++ b/installer/installer.vdproj @@ -546,15 +546,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:PimaxXR" - "ProductCode" = "8:{C96C32C6-22C5-4CF4-928F-1F8BF2CF91F9}" - "PackageCode" = "8:{6480F00A-BB94-4534-A3D7-9FBAEF0BE9AD}" + "ProductCode" = "8:{F0B781FA-C130-4822-A2E2-7F47BD922E4F}" + "PackageCode" = "8:{4A7300DA-A4E4-4D41-ABE6-13F19FE93905}" "UpgradeCode" = "8:{462D4BAE-C6F9-4917-94BB-AF4A019B92E2}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:0.3.7" + "ProductVersion" = "8:0.3.9" "Manufacturer" = "8:mbucchia@gmail.com" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/mbucchia/Pimax-OpenXR" diff --git a/pimax-openxr/resource.rc b/pimax-openxr/resource.rc index 93c5bb4..bd2005e 100644 --- a/pimax-openxr/resource.rc +++ b/pimax-openxr/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,3,7,0 - PRODUCTVERSION 0,3,7,0 + FILEVERSION 0,3,9,0 + PRODUCTVERSION 0,3,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -67,12 +67,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileVersion", "0.3.7.0" + VALUE "FileVersion", "0.3.9.0" VALUE "InternalName", "pimax-openxr.dll" VALUE "LegalCopyright", "Copyright ©2022 Matthieu Bucchianeri" VALUE "OriginalFilename", "pimax-openxr.dll" VALUE "ProductName", "PimaxXR" - VALUE "ProductVersion", "0.3.7.0" + VALUE "ProductVersion", "0.3.9.0" END END BLOCK "VarFileInfo" diff --git a/pimax-openxr/version.h b/pimax-openxr/version.h index c8ef7ec..25d63fa 100644 --- a/pimax-openxr/version.h +++ b/pimax-openxr/version.h @@ -1,3 +1,3 @@ const unsigned int RuntimeVersionMajor = 0; const unsigned int RuntimeVersionMinor = 3; -const unsigned int RuntimeVersionPatch = 7; +const unsigned int RuntimeVersionPatch = 9; diff --git a/pimax_cli/resource.rc b/pimax_cli/resource.rc index af284b1..136d5e2 100644 --- a/pimax_cli/resource.rc +++ b/pimax_cli/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,3,7,0 - PRODUCTVERSION 0,3,7,0 + FILEVERSION 0,3,9,0 + PRODUCTVERSION 0,3,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -67,12 +67,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileVersion", "0.3.7.0" + VALUE "FileVersion", "0.3.9.0" VALUE "InternalName", "pimax_cli.exe" VALUE "LegalCopyright", "Copyright ©2022 Matthieu Bucchianeri" VALUE "OriginalFilename", "pimax_cli.exe" VALUE "ProductName", "PimaxXR_CLI" - VALUE "ProductVersion", "0.3.7.0" + VALUE "ProductVersion", "0.3.9.0" END END BLOCK "VarFileInfo" diff --git a/version.info b/version.info index 7bc8e3e..aa1e095 100644 --- a/version.info +++ b/version.info @@ -1,3 +1,3 @@ major=0 minor=3 -patch=7 +patch=9