From 771f41381ebd7c04628df2e03e2419e7245e6339 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 9 Apr 2020 00:21:45 +0200 Subject: [PATCH] project: Version 0.8.0b1 * Updated translations from CrowdIn. * Fixed FFmpeg Encoder not using the Color Format option. * Fixed ProRes not overriding the Color Format with the correct one. * Fixed CMake adding a lib prefix to Linux builds. * Fixed some sources not tagging the settings object with the plugin version, resulting in impossible to migrate settings. * Massively improved GCC and Clang support, fixing almost all warnings and errors. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb46547..7fa41aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a4") +set(VERSION_SUFFIX "b1") set(PROJECT_COMMIT "N/A") if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git") set(GIT_RESULT "")