From 668b8af21374363e8e6bd10bc9f31c45804be8cd Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 24 Jun 2021 17:26:41 +0200 Subject: [PATCH] project: Version 0.11.0a3 --- .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 90db824c..942277b0 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -33,6 +33,7 @@ body: label: "StreamFX Version" description: "On which StreamFX version did you first encounter this issue?" options: + - "0.11.0a3" - "0.11.0a2" - "0.11.0a1" - "0.10.1" diff --git a/CMakeLists.txt b/CMakeLists.txt index a1d3f127..2ab97554 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 "a2") +set(VERSION_SUFFIX "a3") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.