From 287f5efd0b7b31fa5d111397f26428cddba7545a Mon Sep 17 00:00:00 2001 From: Radoslaw Karabowicz Date: Fri, 24 Feb 2023 16:25:09 +0100 Subject: [PATCH] Bump v18.8.1 --- CHANGELOG.md | 2 +- CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2efbfc5e..1343a0f04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to FairRoot will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -## 18.8.1 (UNRELEASED) - 2023-01-XX +## 18.8.1 - 2023-02-24 ### Breaking Changes * The output folder name changed from 'folderName_0' to 'folderName'. diff --git a/CMakeLists.txt b/CMakeLists.txt index cd0f470f38..69905a869f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # + # Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # # # # This software is distributed under the terms of the # # GNU Lesser General Public Licence (LGPL) version 3, # @@ -10,7 +10,7 @@ cmake_policy(VERSION 3.15...3.23) set(PROJECT_MIN_CXX_STANDARD 17) -project(FairRoot VERSION 18.8.0) +project(FairRoot VERSION 18.8.1) list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/private")