From da339e6e2677d3a5d10e579df5536e26b9099a3f Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 23 Jun 2021 16:29:01 +0200 Subject: [PATCH] project: Version 0.11.0a2 --- .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 feba3da..90db824 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.0a2" - "0.11.0a1" - "0.10.1" - "0.10.0" diff --git a/CMakeLists.txt b/CMakeLists.txt index 2454ffa..9213fc7 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 "a1") +set(VERSION_SUFFIX "a2") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.