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.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2018-01-18 05:26:56 +01:00
parent 82ec6b93ec
commit 823bac9b13
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ PROJECT(obs-stream-effects)
################################################################################ ################################################################################
SET(VERSION_MAJOR 0) SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 4) SET(VERSION_MINOR 4)
SET(VERSION_PATCH 0) SET(VERSION_PATCH 1)
SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
configure_file( configure_file(

View File

@ -1,4 +1,4 @@
version: 0.4.0-{build}-{branch} version: 0.4.1-{build}-{branch}
environment: environment:
CURL_VERSION: 7.39.0 CURL_VERSION: 7.39.0