Skip to content

Commit 8b26eb2

Browse files
committed
Prepare for release 1.0.9.
1 parent 6454eca commit 8b26eb2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CustomSetup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major=1
22
minor=0
3-
patch=8
3+
patch=9

virtualdesktop-openxr/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_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"

virtualdesktop-openxr/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const unsigned int RuntimeVersionMajor = 1;
22
const unsigned int RuntimeVersionMinor = 0;
3-
const unsigned int RuntimeVersionPatch = 8;
3+
const unsigned int RuntimeVersionPatch = 9;

0 commit comments

Comments
 (0)