mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
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:
parent
1909ee01d6
commit
03a8168beb
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 "a1")
|
||||
set(VERSION_SUFFIX "a2")
|
||||
set(VERSION_COMMIT "00000000")
|
||||
|
||||
# Check if we are in a git repository.
|
||||
|
|
Loading…
Reference in a new issue