From 0f151174158cc498e2748203c6ed0ec724de809c Mon Sep 17 00:00:00 2001 From: tgrimmer <19311462+bluescan@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:31:37 -0700 Subject: [PATCH] Inc version to 0.8.12 --- Modules/Foundation/Inc/Foundation/tVersion.cmake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Foundation/Inc/Foundation/tVersion.cmake.h b/Modules/Foundation/Inc/Foundation/tVersion.cmake.h index 22a913d5..3a7b9f58 100644 --- a/Modules/Foundation/Inc/Foundation/tVersion.cmake.h +++ b/Modules/Foundation/Inc/Foundation/tVersion.cmake.h @@ -1,6 +1,6 @@ #pragma once #define set(verStr) namespace tVersion { extern int Major, Minor, Revision; struct Parser { Parser(const char*); }; static Parser parser(#verStr); } -set("TACENT_VERSION" "0.8.11") +set("TACENT_VERSION" "0.8.12") #undef set