Patch 1.2

This commit is contained in:
sigonasr2 2024-04-14 17:45:35 -05:00
parent 50515c515c
commit 35acba879e
2 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ All rights reserved.
#pragma endregion
#pragma once
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION_BUILD 8925
#define VERSION_BUILD 8926
#define stringify(a) stringify_(a)
#define stringify_(a) #a