From f319f8b80d516fbd921f9f18e1d982e43bb982d6 Mon Sep 17 00:00:00 2001 From: Maxence Thevenet Date: Fri, 3 Nov 2023 09:57:06 +0100 Subject: [PATCH] update version numbers --- CMakeLists.txt | 2 +- cmake/dependencies/AMReX.cmake | 4 ++-- docs/source/conf.py | 4 ++-- license.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2fbe79729..624fe0ad23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # Preamble #################################################################### # cmake_minimum_required(VERSION 3.18.0) -project(HiPACE VERSION 23.10) +project(HiPACE VERSION 23.11) # helper functions include(${HiPACE_SOURCE_DIR}/cmake/HiPACEFunctions.cmake) diff --git a/cmake/dependencies/AMReX.cmake b/cmake/dependencies/AMReX.cmake index b039382d90..1f42f98eed 100644 --- a/cmake/dependencies/AMReX.cmake +++ b/cmake/dependencies/AMReX.cmake @@ -143,7 +143,7 @@ macro(find_amrex) else() message(STATUS "Searching for pre-installed AMReX ...") set(COMPONENT_PRECISION ${HiPACE_PRECISION} P${HiPACE_PRECISION}) - find_package(AMReX 23.10 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES) + find_package(AMReX 23.11 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES) # note: TINYP skipped because user-configured and optional # AMReX CMake helper scripts @@ -162,7 +162,7 @@ set(HiPACE_amrex_src "" set(HiPACE_amrex_repo "https://github.com/AMReX-Codes/amrex.git" CACHE STRING "Repository URI to pull and build AMReX from if(HiPACE_amrex_internal)") -set(HiPACE_amrex_branch "23.10" +set(HiPACE_amrex_branch "23.11" CACHE STRING "Repository branch for HiPACE_amrex_repo if(HiPACE_amrex_internal)") diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e1bccf2c3..8695ff10e8 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.10' -release = u'23.10' +version = u'23.11' +release = u'23.11' # -- General configuration --------------------------------------------------- diff --git a/license.txt b/license.txt index cc3bea8de2..671559b065 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -HiPACE++ v23.10 Copyright (c) 2021-2023, The Regents of the University of California, +HiPACE++ v23.11 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.