From 44d0ff6aefe220bc9499e19e504b85c279e3c72a Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 26 Jan 2019 21:48:10 +0100 Subject: [PATCH] Update version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ffe1b22..0da24749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.6) set (VSE_VERSION_1 0) set (VSE_VERSION_2 0) -set (VSE_VERSION_3 2) +set (VSE_VERSION_3 3) set (VSE_APP_NAME VisualScriptEngine) function (SetCompilerOptions module)