Upstream demo branch merge with main.

This commit is contained in:
sigonasr2 2024-03-27 01:43:33 -05:00
parent 7dc8d19dca
commit d17deb64ae

View File

@ -36,10 +36,10 @@ All rights reserved.
*/
#pragma endregion
#pragma once
#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_PATCH 1
#define VERSION_BUILD 8113
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_BUILD 8477
#define stringify(a) stringify_(a)
#define stringify_(a) #a