updated version string to 1.1

This commit is contained in:
2026-01-18 18:50:44 +01:00
parent a453612b9a
commit 5fdcb6989f

View File

@@ -5,7 +5,7 @@ namespace TSE
{ {
#define TSE_VERSION_MAJOR 0 #define TSE_VERSION_MAJOR 0
#define TSE_VERSION_MINOR 1 #define TSE_VERSION_MINOR 1
#define TSE_VERSION_BUILD 0 #define TSE_VERSION_BUILD 1
#define TSE_VERSION_STRING std::to_string(TSE_VERSION_MAJOR) + "." + std::to_string(TSE_VERSION_MINOR) + "." + std::to_string(TSE_VERSION_BUILD) #define TSE_VERSION_STRING std::to_string(TSE_VERSION_MAJOR) + "." + std::to_string(TSE_VERSION_MINOR) + "." + std::to_string(TSE_VERSION_BUILD)