Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Sep 10, 2023
1 parent 545f13a commit 463b3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Utilities/DyssolSystemDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 463b3da

Please sign in to comment.