Skip to content

Commit

Permalink
Bump v18.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karabowi committed Feb 24, 2023
1 parent ead54b7 commit 287f5ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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, #
Expand All @@ -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")
Expand Down

0 comments on commit 287f5ef

Please sign in to comment.