From 823bac9b1357beb904b7a065534a4fd51921db40 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 18 Jan 2018 05:26:56 +0100 Subject: [PATCH] cmake: Version 0.4.1 - Switched all filters and sources over to new initialization code. - Fixed a 32-bit crash on machines with CPUs capable of SSE caused by Vertex Buffers. - Reduced memory requirements of Vertex Buffers by ~60%. - Removed a superfluous reallocation, loop and copy from Vertex Buffers. --- CMakeLists.txt | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dd6e465..ebc5edcf 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 0) +SET(VERSION_PATCH 1) SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") configure_file( diff --git a/appveyor.yml b/appveyor.yml index e498f9d5..fa2452e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.4.0-{build}-{branch} +version: 0.4.1-{build}-{branch} environment: CURL_VERSION: 7.39.0