Skip to content

Commit 6ce3830

Browse files
committed
More compatibility changes in dxgi.dll
1 parent de06250 commit 6ce3830

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

UnX/DLL_VERSION.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define UNX_MAJOR 0
55
#define UNX_MINOR 8
66
#define UNX_BUILD 4
7-
#define UNX_REV 0
7+
#define UNX_REV 1
88

99

1010

version.ini

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[Version.Latest]
2-
Title="Untitled" Project X (v 0.8.4)
2+
Title="Untitled" Project X (v 0.8.4.1)
33
BranchDescription=Default branch; fewer updates but stable.
4-
Description=Changes to default settings for compatibility
4+
Description=Additional Compatibility Updates (Should be Finished Soon)
55
ReleaseNotes=https://github.com/Kaldaien/UnX/releases/tag/unx_084
6-
InstallPackage=UNX_0_8_4,16
6+
InstallPackage=UNX_0_8_4_1,18
77

88
[Version.Testing]
99
Title="Untitled" Project X (v 0.8.4)
10-
BranchDescription=Latest Official Release (0.8.x)
10+
BranchDescription=Latest Test Release (0.8.x)
1111
Description=Suspends background threads during initialization
1212
ReleaseNotes=https://github.com/Kaldaien/UNX/releases/latest
13-
InstallPackage=UNX_0_8_4_test,17
13+
InstallPackage=UNX_0_8_4,16
1414

1515
[Version.Compatibility]
1616
Title="Untitled" Project X (v 0.7.3)
@@ -19,8 +19,8 @@ Description=Adds Keyboard Soft Reset Support (Ctrl + Shift + Backspace)
1919
ReleaseNotes=https://github.com/Kaldaien/UnX/releases/tag/unx_073
2020
InstallPackage=UNX_0_7_3,4
2121

22-
[Archive.UNX_0_8_4_test]
23-
URL=https://github.com/Kaldaien/UnX/releases/download/unx_084/UnX_test.7z
22+
[Archive.UNX_0_8_4_1]
23+
URL=https://github.com/Kaldaien/UnX/releases/download/unx_084/UnX_0_8_4_1.7z
2424

2525
[Archive.UNX_0_8_4]
2626
URL=https://github.com/Kaldaien/UnX/releases/download/unx_084/UnX.7z

0 commit comments

Comments
 (0)