Update to release build 6238.

This commit is contained in:
sigonasr2 2024-01-22 03:09:50 -06:00
parent c021c531f7
commit 37fb379df9
3 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ Settings Menu
remove that bind from the list. Up to two keys may be binded per action. remove that bind from the list. Up to two keys may be binded per action.
-We have to save keybinds to the save file. -We have to save keybinds to the save file.
- Stage Loot Config
- Initial Crafting of Gear. - Initial Crafting of Gear.
- XP Bar - XP Bar

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_BUILD 6237 #define VERSION_BUILD 6238
#define stringify(a) stringify_(a) #define stringify(a) stringify_(a)
#define stringify_(a) #a #define stringify_(a) #a