Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Feb 23, 2024
1 parent 87d3265 commit 1585bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2.0)
set (SOVERSION 1.2)
set (VERSION 1.3.0)
set (SOVERSION 1.3)

OPTION(BUILD_BINARIES "Whether to build binary files" ON)
OPTION(BUILD_DOCS "Whether to build documentation" ON)
Expand Down
6 changes: 4 additions & 2 deletions Utilities/DyssolSystemDefines.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/* Copyright (c) 2020, Dyssol Development Team. All rights reserved. This file is part of Dyssol. See LICENSE file for license information. */
/* Copyright (c) 2020, Dyssol Development Team.
* Copyright (c) 2024, DyssolTEC GmbH.
* All rights reserved. This file is part of Dyssol. See LICENSE file for license information. */

#pragma once

#include "BuildVersion.h"
#include "DyssolHelperDefines.h"

#define VERSION_0 1
#define VERSION_1 2
#define VERSION_1 3
#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 1585bd3

Please sign in to comment.