File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 ( "1.0.4 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.4 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.9 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.9 .0" ) ]
Original file line number Diff line number Diff line change 11major=1
22minor=0
3- patch=8
3+ patch=9
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 1,0,8 ,0
55- PRODUCTVERSION 1,0,8 ,0
54+ FILEVERSION 1,0,9 ,0
55+ PRODUCTVERSION 1,0,9 ,0
5656 FILEFLAGSMASK 0x3fL
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
@@ -67,12 +67,12 @@ BEGIN
6767 BEGIN
6868 BLOCK "040904b0"
6969 BEGIN
70- VALUE "FileVersion", "1.0.8 .0"
70+ VALUE "FileVersion", "1.0.9 .0"
7171 VALUE "InternalName", "virtualdesktop-openxr.dll"
7272 VALUE "LegalCopyright", "Copyright (c) 2023-2024 Matthieu Bucchianeri"
7373 VALUE "OriginalFilename", "virtualdesktop-openxr.dll"
7474 VALUE "ProductName", "VirtualDesktopXR"
75- VALUE "ProductVersion", "1.0.8 .0"
75+ VALUE "ProductVersion", "1.0.9 .0"
7676 END
7777 END
7878 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 11const unsigned int RuntimeVersionMajor = 1 ;
22const unsigned int RuntimeVersionMinor = 0 ;
3- const unsigned int RuntimeVersionPatch = 8 ;
3+ const unsigned int RuntimeVersionPatch = 9 ;
You can’t perform that action at this time.
0 commit comments