commit 97fa7acfb71aa66297554b2e3c51a0a8e4fe3fa0
parent 2b6185b9a8cbb8901d12637564657100190cd2b8
Author: Paul T <DeveloperPaul123@users.noreply.github.com>
Date: Tue, 14 Apr 2020 20:55:16 -0400
Update Version for New Release
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -12,7 +12,7 @@ set(CXX_STANDARD_REQUIRED ON)
# Set the version number
set (FSTL_VERSION_MAJOR "0")
set (FSTL_VERSION_MINOR "9")
-set (FSTL_VERSION_PATCH "3")
+set (FSTL_VERSION_PATCH "4")
set (PROJECT_VERSION "${FSTL_VERSION_MAJOR}.${FSTL_VERSION_MINOR}.${FSTL_VERSION_PATCH}")
project(fstl)