cmake: Version 0.2.0

* Added Box and Gaussian Blur Filter.
* Fixed a few warnings flooding the log file.
* Fixed 'Field Of View' string.
This commit is contained in:
Michael Fabian Dirks 2017-07-03 02:48:39 +02:00
parent 5cdbb127c7
commit bd38d1caf6
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ PROJECT(obs-stream-effects)
# Version
################################################################################
SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 1)
SET(VERSION_PATCH 1)
SET(VERSION_MINOR 2)
SET(VERSION_PATCH 0)
#configure_file(
# "${PROJECT_SOURCE_DIR}/#Resources/package.in.bat"
# "${PROJECT_SOURCE_DIR}/#Resources/package.bat"