diff --git a/companion/Properties/AssemblyInfo.cs b/companion/Properties/AssemblyInfo.cs index a4b7793..4d4ae35 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.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.2.0")] +[assembly: AssemblyFileVersion("0.4.2.0")] diff --git a/installer/README.rtf b/installer/README.rtf index 254714d..2e2e4bc 100644 Binary files a/installer/README.rtf and b/installer/README.rtf differ diff --git a/installer/installer.vdproj b/installer/installer.vdproj index 3423301..49069bd 100644 --- a/installer/installer.vdproj +++ b/installer/installer.vdproj @@ -572,15 +572,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:PimaxXR" - "ProductCode" = "8:{7F5A1EDA-1E1F-4DAB-9011-FD5657F70C8A}" - "PackageCode" = "8:{3869A62C-0EC6-4C70-B007-72AFD4E0AF8D}" + "ProductCode" = "8:{B75393B1-C9EF-4B2F-9701-BAAD5131A0F7}" + "PackageCode" = "8:{597227FE-EE87-4F20-A466-48BF5FDE59D9}" "UpgradeCode" = "8:{462D4BAE-C6F9-4917-94BB-AF4A019B92E2}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:0.4.0" + "ProductVersion" = "8:0.4.2" "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 75777cb..5ddb67f 100644 --- a/pimax-openxr/resource.rc +++ b/pimax-openxr/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,4,0,0 - PRODUCTVERSION 0,4,0,0 + FILEVERSION 0,4,2,0 + PRODUCTVERSION 0,4,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -67,12 +67,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileVersion", "0.4.0.0" + VALUE "FileVersion", "0.4.2.0" VALUE "InternalName", "pimax-openxr.dll" VALUE "LegalCopyright", "Copyright ©2022 Matthieu Bucchianeri" VALUE "OriginalFilename", "pimax-openxr.dll" VALUE "ProductName", "PimaxXR" - VALUE "ProductVersion", "0.4.0.0" + VALUE "ProductVersion", "0.4.2.0" END END BLOCK "VarFileInfo" diff --git a/pimax-openxr/version.h b/pimax-openxr/version.h index 5824a79..2071293 100644 --- a/pimax-openxr/version.h +++ b/pimax-openxr/version.h @@ -1,3 +1,3 @@ const unsigned int RuntimeVersionMajor = 0; const unsigned int RuntimeVersionMinor = 4; -const unsigned int RuntimeVersionPatch = 0; +const unsigned int RuntimeVersionPatch = 2; diff --git a/pimax_cli/resource.rc b/pimax_cli/resource.rc index 791050a..89608ca 100644 --- a/pimax_cli/resource.rc +++ b/pimax_cli/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,4,0,0 - PRODUCTVERSION 0,4,0,0 + FILEVERSION 0,4,2,0 + PRODUCTVERSION 0,4,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -67,12 +67,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileVersion", "0.4.0.0" + VALUE "FileVersion", "0.4.2.0" VALUE "InternalName", "pimax_cli.exe" VALUE "LegalCopyright", "Copyright ©2022 Matthieu Bucchianeri" VALUE "OriginalFilename", "pimax_cli.exe" VALUE "ProductName", "PimaxXR_CLI" - VALUE "ProductVersion", "0.4.0.0" + VALUE "ProductVersion", "0.4.2.0" END END BLOCK "VarFileInfo" diff --git a/version.info b/version.info index 12c2565..9bd2d78 100644 --- a/version.info +++ b/version.info @@ -1,3 +1,3 @@ major=0 minor=4 -patch=0 +patch=2