mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
project: Version 0.12.0a1
This commit is contained in:
parent
8a31b986ab
commit
6852a2468b
2 changed files with 7 additions and 2 deletions
5
.github/ISSUE_TEMPLATE/issue.yml
vendored
5
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -34,6 +34,11 @@ body:
|
|||
label: "StreamFX Version"
|
||||
description: "On which StreamFX version did you first encounter this issue?"
|
||||
options:
|
||||
- "0.12.0a1"
|
||||
- "0.11.1"
|
||||
- "0.11.1b1"
|
||||
- "0.11.1a1"
|
||||
- "0.11.0"
|
||||
- "0.11.0c1"
|
||||
- "0.11.0b3"
|
||||
- "0.11.0b2"
|
||||
|
|
|
@ -37,10 +37,10 @@ set(LOGPREFIX "StreamFX:")
|
|||
################################################################################
|
||||
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 11)
|
||||
set(VERSION_MINOR 12)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(VERSION_SUFFIX "")
|
||||
set(VERSION_SUFFIX "a1")
|
||||
set(VERSION_COMMIT "00000000")
|
||||
|
||||
# Check if we are in a git repository.
|
||||
|
|
Loading…
Reference in a new issue