From 97808c0fb8a26a2563d09db8d01851624dc3668a Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Sat, 1 Jul 2017 04:13:58 +0200 Subject: [PATCH] cmake: Version 0.1.1 * Fixed the perspective mesh not filling the entire frame with the default settings. * Changed the maximum range of 'Field of View' to 179 degrees instead of 180 degrees. * Changed the direction the perspective camera looks at to +Z instead of -Z. This should feel more natural for users of other 3D programs. * Changed the 'Position (Z)' default to 0. * Added translation strings for 'Field Of View', 'Position', 'Scale' and 'Rotation'. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74e20ec4..d29dc40d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ PROJECT(obs-stream-effects) ################################################################################ SET(VERSION_MAJOR 0) SET(VERSION_MINOR 1) -SET(VERSION_PATCH 0) +SET(VERSION_PATCH 1) #configure_file( # "${PROJECT_SOURCE_DIR}/#Resources/package.in.bat" # "${PROJECT_SOURCE_DIR}/#Resources/package.bat"