Skip to content

Commit

Permalink
Prepare release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed Sep 10, 2023
1 parent 79fc7eb commit d86e39b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions companion/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
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 @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions pimax-openxr/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pimax-openxr/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const unsigned int RuntimeVersionMajor = 0;
const unsigned int RuntimeVersionMinor = 4;
const unsigned int RuntimeVersionPatch = 0;
const unsigned int RuntimeVersionPatch = 2;
8 changes: 4 additions & 4 deletions pimax_cli/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major=0
minor=4
patch=0
patch=2

0 comments on commit d86e39b

Please sign in to comment.