updated version to 0.1.2

This commit is contained in:
2026-01-18 20:03:31 +01:00
parent f4a63f1235
commit f59dd8498e

View File

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