project: Version 0.11.0a3

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-06-24 17:26:41 +02:00
parent db554c7fea
commit 668b8af213
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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.