mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Version 0.7.0
This commit is contained in:
parent
9e7894c9c3
commit
013861694a
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ Include("cmake/util.cmake")
|
||||||
|
|
||||||
# Automatic Versioning
|
# Automatic Versioning
|
||||||
Set(VERSION_MAJOR 0)
|
Set(VERSION_MAJOR 0)
|
||||||
Set(VERSION_MINOR 6)
|
Set(VERSION_MINOR 7)
|
||||||
Set(VERSION_PATCH 1)
|
Set(VERSION_PATCH 0)
|
||||||
Set(VERSION_TWEAK 0)
|
Set(VERSION_TWEAK 0)
|
||||||
Set(PROJECT_COMMIT "N/A")
|
Set(PROJECT_COMMIT "N/A")
|
||||||
If(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
If(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
||||||
|
|
Loading…
Reference in a new issue