From 7edda268e05ba2bf0786068618344112b2edd029 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 26 Nov 2021 22:09:06 +0100 Subject: [PATCH] project: Version 0.11.0b1 --- .github/ISSUE_TEMPLATE/issue.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index aa70049..6c6e3df 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.0b1" - "0.11.0a8" - "0.11.0a7" - "0.11.0a6" diff --git a/CMakeLists.txt b/CMakeLists.txt index 43b6193..352f569 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 "a8") +set(VERSION_SUFFIX "b1") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.