diff --git a/CMakeLists.txt b/CMakeLists.txt index 002e0b49..f5cb601c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ cmake_minimum_required(VERSION 3.1.0) -set (VERSION 1.1.1) -set (SOVERSION 1.0) +set (VERSION 1.2.0) +set (SOVERSION 1.2) OPTION(BUILD_BINARIES "Whether to build binary files" ON) OPTION(BUILD_DOCS "Whether to build documentation" ON) diff --git a/Utilities/DyssolSystemDefines.h b/Utilities/DyssolSystemDefines.h index 553b0b07..189a9cfa 100644 --- a/Utilities/DyssolSystemDefines.h +++ b/Utilities/DyssolSystemDefines.h @@ -6,7 +6,7 @@ #include "DyssolHelperDefines.h" #define VERSION_0 1 -#define VERSION_1 1 -#define VERSION_2 2 +#define VERSION_1 2 +#define VERSION_2 0 #define CURRENT_VERSION VERSION_0,VERSION_1,VERSION_2 #define CURRENT_VERSION_STR MACRO_TOSTRING(VERSION_0) "." MACRO_TOSTRING(VERSION_1) "." MACRO_TOSTRING(VERSION_2)