project: Version 0.10.0b2

* Fixed a bug preventing versions from being parsed correctly in CMake.
* Fixed a bug introduced between 0.9.3 and 0.10.0b1 which broke transparency support for Color Grading.
* Added support for direct rendering to some sources/filters/transitions.
* Added .pkg based Installer for MacOS, thanks to @cpyarger.
* Updated translations from Crowdin.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-03-28 15:06:01 +02:00
parent 622ae17161
commit 2a48036e7d

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 "b1")
set(VERSION_SUFFIX "b2")
set(VERSION_COMMIT "00000000")
# Check if we are in a git repository.