From d2f81d89567e5368478d46aef55eb8d38d407097 Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Wed, 29 Jul 2020 06:29:17 +0200 Subject: [PATCH] project: Version 0.9.0a2 * #270 Add additional shadertoy effects (by Oncorporation/Surn). * #275 Improve installer user experience. * #277 Add CI caching to improve build speeds. * #286 Rename LOG_ to DLOG_ to avoid macro confusion. * #287 Add new 'Thank You' entries. * #288 Fix memory leaks caused by obs::source_tracker. * #289 Fix memory leaks caused by configuration and UI. * #290 Don't use namespaces that don't exist. * #292 Fix/Work around a memory leak in gs::vertex_buffer. * #293 Fix missing include in plugin.hpp. * #294 Fix Clang toolset integration. * #296 Fix FFmpeg encoder fallback support. * #298 Fix NVENC logging incorrect values. * #300 Remove level 5.2 from NVENC H.264. * #301 Show warnings for exceptions thrown from tasks in a threadpool. * #302 Clean up code to fix all warnings and reapply formatting. * #304 Update Ubuntu 19.10 to 20.04 and revert to system-installed clang. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b3cb2f5..098c1eaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 9) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a1") +set(VERSION_SUFFIX "a2") if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git") set(GIT_RESULT "") set(GIT_OUTPUT "")