diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 8d4b9ebb..8ed3520c 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -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" diff --git a/CMakeLists.txt b/CMakeLists.txt index 88e3595b..e29297c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.