mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Version 0.11.0a1
This commit is contained in:
parent
c25231fcb3
commit
8eef6ddd85
2 changed files with 5 additions and 3 deletions
4
.github/ISSUE_TEMPLATE/issue.yml
vendored
4
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -33,6 +33,8 @@ body:
|
|||
label: "StreamFX Version"
|
||||
description: "On which StreamFX version did you first encounter this issue?"
|
||||
options:
|
||||
- "0.11.0a1"
|
||||
- "0.10.1"
|
||||
- "0.10.0"
|
||||
- "0.10.0b3"
|
||||
- "0.10.0b2"
|
||||
|
@ -105,7 +107,7 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: "OBS Studio Log"
|
||||
description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field"
|
||||
description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -37,10 +37,10 @@ set(LOGPREFIX "StreamFX:")
|
|||
################################################################################
|
||||
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 10)
|
||||
set(VERSION_MINOR 11)
|
||||
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