Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Mar 20, 2023
1 parent 01e899b commit 1410ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.1.0)

set (VERSION 1.1.0)
set (VERSION 1.1.1)
set (SOVERSION 1.0)

set(CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/DyssolSystemDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

#define VERSION_0 1
#define VERSION_1 1
#define VERSION_2 0
#define VERSION_2 1
#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 1410ebc

Please sign in to comment.