From 4707da41427932e4a5310b8b718a05c936a400f9 Mon Sep 17 00:00:00 2001 From: Severin Diederichs <65728274+SeverinDiederichs@users.noreply.github.com> Date: Mon, 8 May 2023 11:42:17 +0200 Subject: [PATCH] update version tags (#941) --- CMakeLists.txt | 2 +- docs/source/conf.py | 4 ++-- license.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70a0310054..a37016b733 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # Preamble #################################################################### # cmake_minimum_required(VERSION 3.18.0) -project(HiPACE VERSION 23.03) +project(HiPACE VERSION 23.05) # helper functions include(${HiPACE_SOURCE_DIR}/cmake/HiPACEFunctions.cmake) diff --git a/docs/source/conf.py b/docs/source/conf.py index c91195ca8e..c4002a8a1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,8 +26,8 @@ project = 'HiPACE++' copyright = '2021, Severin Diederichs, Axel Huebl, Remi Lehe, Andrew Myers, Alexander Sinn, Maxence Thevenet, Weiqun Zhang' author = 'Severin Diederichs, Axel Huebl, Remi Lehe, Andrew Myers, Alexander Sinn, Maxence Thevenet, Weiqun Zhang' -version = u'23.03' -release = u'23.03' +version = u'23.05' +release = u'23.05' # -- General configuration --------------------------------------------------- diff --git a/license.txt b/license.txt index f036c98904..fb42027869 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -HiPACE++ v23.03 Copyright (c) 2021-2023, The Regents of the University of California, +HiPACE++ v23.05 Copyright (c) 2021-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy) and Deutsches Elektronen-Synchrotron (DESY). All rights reserved.