project: Version 0.9.0a3

* #307 Fix MSVC exclusive strcmp crash in FFmpeg Encoders.
* #310 Add shadertoy effect.
* #311 Move template files to custom directory.
* #312 Hide encoders that the current system does not support.
* #313 Enable FFmpeg Encoders on Linux.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-08-30 18:21:39 +02:00
parent 0e1377f359
commit bec062a7bd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 9)
set(VERSION_PATCH 0)
set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "a2")
set(VERSION_SUFFIX "a3")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
set(GIT_RESULT "")
set(GIT_OUTPUT "")