mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
project: Version 0.9.0a1
This commit is contained in:
parent
b112d6d06e
commit
df97f71655
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ cmake_minimum_required(VERSION 3.8.0)
|
||||||
|
|
||||||
# Automatic Versioning
|
# Automatic Versioning
|
||||||
set(VERSION_MAJOR 0)
|
set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 8)
|
set(VERSION_MINOR 9)
|
||||||
set(VERSION_PATCH 0)
|
set(VERSION_PATCH 0)
|
||||||
set(VERSION_TWEAK 0)
|
set(VERSION_TWEAK 0)
|
||||||
set(VERSION_SUFFIX "")
|
set(VERSION_SUFFIX "a1")
|
||||||
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