project: Version 0.12.0a1

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-05-28 20:47:01 +02:00
parent 8a31b986ab
commit 6852a2468b
2 changed files with 7 additions and 2 deletions

View file

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

View file

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