From 03a8168bebb8f25a5ea8d1713da6d3bb59c20712 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 17 Feb 2021 01:14:09 +0100 Subject: [PATCH] project: Version 0.10.0a2 * 3D Transform should now appear again. * Automatic disabling of unsupported features should now work in CMake. * Fixed a compilation error on some versions of GCC. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92ed829c..0b6f9306 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 10) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a1") +set(VERSION_SUFFIX "a2") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.