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.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2017-12-14 08:54:52 +01:00
parent add8012549
commit 8ae69cbe2c
2 changed files with 2 additions and 2 deletions

View file

@ -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}")

View file

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