From 6852a2468b42432687455ad3d50962a62af7aedb Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 28 May 2022 20:47:01 +0200 Subject: [PATCH] project: Version 0.12.0a1 --- .github/ISSUE_TEMPLATE/issue.yml | 5 +++++ CMakeLists.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 8ed3520c..85a6d18a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -34,6 +34,11 @@ body: label: "StreamFX Version" description: "On which StreamFX version did you first encounter this issue?" options: + - "0.12.0a1" + - "0.11.1" + - "0.11.1b1" + - "0.11.1a1" + - "0.11.0" - "0.11.0c1" - "0.11.0b3" - "0.11.0b2" diff --git a/CMakeLists.txt b/CMakeLists.txt index ac7852a3..f0d1abab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,10 +37,10 @@ set(LOGPREFIX "StreamFX:") ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 11) +set(VERSION_MINOR 12) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "") +set(VERSION_SUFFIX "a1") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.