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.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-02-17 01:14:09 +01:00
parent 1909ee01d6
commit 03a8168beb
1 changed files with 1 additions and 1 deletions

View File

@ -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.