mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Version 0.10.0a
* encoders/ffmpeg: Implement AMF H.264 and H.265 handlers * locale: New Crowdin updates (Turkish) (#373) * examples: Added adjustable luminance to hexagon size (#364) * cmake: Add option to override download versions and hashes
This commit is contained in:
parent
c29e3c435e
commit
2f8a0935c5
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ cmake_minimum_required(VERSION 3.8...3.12)
|
||||||
|
|
||||||
# Automatic Versioning
|
# Automatic Versioning
|
||||||
set(VERSION_MAJOR 0)
|
set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 9)
|
set(VERSION_MINOR 10)
|
||||||
set(VERSION_PATCH 0)
|
set(VERSION_PATCH 0)
|
||||||
set(VERSION_TWEAK 0)
|
set(VERSION_TWEAK 0)
|
||||||
set(VERSION_SUFFIX "")
|
set(VERSION_SUFFIX "a")
|
||||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
||||||
set(GIT_RESULT "")
|
set(GIT_RESULT "")
|
||||||
set(GIT_OUTPUT "")
|
set(GIT_OUTPUT "")
|
||||||
|
|
Loading…
Reference in a new issue