Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed Jun 10, 2023
1 parent 1b43422 commit 1342009
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.3.5.0")]
[assembly: AssemblyFileVersion("0.3.5.0")]
[assembly: AssemblyVersion("0.3.7.0")]
[assembly: AssemblyFileVersion("0.3.7.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 @@ -546,15 +546,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:PimaxXR"
"ProductCode" = "8:{E031E78E-7C96-45C4-868C-01F36EA5C071}"
"PackageCode" = "8:{4006B8CE-D3D0-4FAC-8789-3D3F5E50D421}"
"ProductCode" = "8:{C96C32C6-22C5-4CF4-928F-1F8BF2CF91F9}"
"PackageCode" = "8:{6480F00A-BB94-4534-A3D7-9FBAEF0BE9AD}"
"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.5"
"ProductVersion" = "8:0.3.7"
"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,3,5,0
PRODUCTVERSION 0,3,5,0
FILEVERSION 0,3,7,0
PRODUCTVERSION 0,3,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,12 +67,12 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.3.5.0"
VALUE "FileVersion", "0.3.7.0"
VALUE "InternalName", "pimax-openxr.dll"
VALUE "LegalCopyright", "Copyright �2022 Matthieu Bucchianeri"
VALUE "OriginalFilename", "pimax-openxr.dll"
VALUE "ProductName", "PimaxXR"
VALUE "ProductVersion", "0.3.5.0"
VALUE "ProductVersion", "0.3.7.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 = 3;
const unsigned int RuntimeVersionPatch = 5;
const unsigned int RuntimeVersionPatch = 7;
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=3
patch=5
patch=7

0 comments on commit 1342009

Please sign in to comment.