From 8ae69cbe2c359ba3a2a7f0efe07b107de1a69568 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 14 Dec 2017 08:54:52 +0100 Subject: [PATCH] cmake: Version 0.4.0 - Improved initialization code to ease future development. - Fixed several possible crashes in the GS subsystem wrappers. - Fixed 'Blur' filter color being wrong due to non-power-of-two textures. - Improved 'Blur' filter error reporting for better debugging and support. - Fixed 'Blur' filter crashing OBS on GPU reset, better support for this is added in a future version of OBS. - Fixed 'Blur' filter occasionally just not working. - Added 'Source Mirror' source which allows you to add filters to a source without modifying it as well as rescaling it. --- CMakeLists.txt | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c28ff4f..8364b3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ PROJECT(obs-stream-effects) # Version ################################################################################ SET(VERSION_MAJOR 0) -SET(VERSION_MINOR 3) +SET(VERSION_MINOR 4) SET(VERSION_PATCH 0) SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/appveyor.yml b/appveyor.yml index 3316b2e..e498f9d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.3.0-{build}-{branch} +version: 0.4.0-{build}-{branch} environment: CURL_VERSION: 7.39.0