mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
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:
parent
622ae17161
commit
2a48036e7d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue