project: Version 0.11.0c1

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-12-12 17:04:36 +01:00
parent a32c2b1104
commit 53e9811f11
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ body:
label: "StreamFX Version"
description: "On which StreamFX version did you first encounter this issue?"
options:
- "0.11.0c1"
- "0.11.0b3"
- "0.11.0b2"
- "0.11.0b1"

View file

@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 11)
set(VERSION_PATCH 0)
set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "b3")
set(VERSION_SUFFIX "c1")
set(VERSION_COMMIT "00000000")
# Check if we are in a git repository.