From 37d1815d307f850c0dfcc4aa6a9d8aa7adb74566 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 24 Jan 2018 06:43:33 +0100 Subject: [PATCH] cmake: Version 0.4.2 ### Plugin - Shipped files should now be actual images instead of broken images. ### Source Mirror - Fixed a memory leak caused by not releasing the mirrored source. - Fixed a rendering slowdown caused by trying to render the source inside an effect loop. - Fixed 'Point' scaling not actually using the correct sampling. - Implemented an option for Source Mirror to keep the original size even if rescaling. --- CMakeLists.txt | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3474f7c7..78c6eed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ PROJECT(obs-stream-effects) ################################################################################ SET(VERSION_MAJOR 0) SET(VERSION_MINOR 4) -SET(VERSION_PATCH 1) +SET(VERSION_PATCH 2) SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") configure_file( diff --git a/appveyor.yml b/appveyor.yml index fa2452e9..97be99bc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.4.1-{build}-{branch} +version: 0.4.2-{build}-{branch} environment: CURL_VERSION: 7.39.0