project: Version 0.11.0a2
This commit is contained in:
parent
673f406539
commit
da339e6e26
|
@ -33,6 +33,7 @@ body:
|
||||||
label: "StreamFX Version"
|
label: "StreamFX Version"
|
||||||
description: "On which StreamFX version did you first encounter this issue?"
|
description: "On which StreamFX version did you first encounter this issue?"
|
||||||
options:
|
options:
|
||||||
|
- "0.11.0a2"
|
||||||
- "0.11.0a1"
|
- "0.11.0a1"
|
||||||
- "0.10.1"
|
- "0.10.1"
|
||||||
- "0.10.0"
|
- "0.10.0"
|
||||||
|
|
|
@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 11)
|
set(VERSION_MINOR 11)
|
||||||
set(VERSION_PATCH 0)
|
set(VERSION_PATCH 0)
|
||||||
set(VERSION_TWEAK 0)
|
set(VERSION_TWEAK 0)
|
||||||
set(VERSION_SUFFIX "a1")
|
set(VERSION_SUFFIX "a2")
|
||||||
set(VERSION_COMMIT "00000000")
|
set(VERSION_COMMIT "00000000")
|
||||||
|
|
||||||
# Check if we are in a git repository.
|
# Check if we are in a git repository.
|
||||||
|
|
Loading…
Reference in New Issue