From b72e4ee83e021330f4eeb8bdf7240073d65aebb9 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 3 Dec 2021 09:21:55 +0100 Subject: [PATCH] project: Version 0.11.0b3 --- .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 af69d95..8d4b9eb 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.0b3" - "0.11.0b2" - "0.11.0b1" - "0.11.0a8" diff --git a/CMakeLists.txt b/CMakeLists.txt index 663784f..88e3595 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 "b2") +set(VERSION_SUFFIX "b3") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.