Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
namespace TSE
|
||||
{
|
||||
#define TSE_VERSION_MAJOR 0
|
||||
#define TSE_VERSION_MINOR 0
|
||||
#define TSE_VERSION_BUILD 1
|
||||
#define TSE_VERSION_MINOR 1
|
||||
#define TSE_VERSION_BUILD 0
|
||||
|
||||
#define TSE_VERSION_STRING std::to_string(TSE_VERSION_MAJOR) + "." + std::to_string(TSE_VERSION_MINOR) + "." + std::to_string(TSE_VERSION_BUILD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user