project: Version 0.10.0a

* encoders/ffmpeg: Implement AMF H.264 and H.265 handlers
* locale: New Crowdin updates (Turkish) (#373)
* examples: Added adjustable luminance to hexagon size (#364)
* cmake: Add option to override download versions and hashes
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-01-21 00:46:59 +01:00
parent c29e3c435e
commit 2f8a0935c5
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ cmake_minimum_required(VERSION 3.8...3.12)
# Automatic Versioning
set(VERSION_MAJOR 0)
set(VERSION_MINOR 9)
set(VERSION_MINOR 10)
set(VERSION_PATCH 0)
set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "")
set(VERSION_SUFFIX "a")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
set(GIT_RESULT "")
set(GIT_OUTPUT "")