Skip to content

Commit 551f7f7

Browse files
committed
Fixes all known issues with the initial 0.8.0 release
1 parent eab5326 commit 551f7f7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: UnX/DLL_VERSION.H

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#define UNX_MAJOR 0
55
#define UNX_MINOR 8
6-
#define UNX_BUILD 1
7-
#define UNX_REV 1
6+
#define UNX_BUILD 2
7+
#define UNX_REV 0
88

99

1010

Diff for: UnX/config.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ UNX_LoadConfig (std::wstring name)
734734
SK_D3D11_AddTexHash (L"Title.dds", 0xA4FFC068, 0x00);
735735
}
736736

737+
UNX_SaveConfig (name);
738+
737739
if (empty)
738740
return false;
739741

Diff for: version.ini

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)