Skip to content

Commit

Permalink
Update release number and fix dependency (#880)
Browse files Browse the repository at this point in the history
* update version number

* HiPACE++ release depends on last amrex release rather than development, for stability
  • Loading branch information
MaxThevenet authored Mar 2, 2023
1 parent eadf8fc commit 631d6ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Preamble ####################################################################
#
cmake_minimum_required(VERSION 3.18.0)
project(HiPACE VERSION 23.02)
project(HiPACE VERSION 23.03)

# helper functions
include(${HiPACE_SOURCE_DIR}/cmake/HiPACEFunctions.cmake)
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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 "development"
set(HiPACE_amrex_branch "23.03"
CACHE STRING
"Repository branch for HiPACE_amrex_repo if(HiPACE_amrex_internal)")

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.02'
release = u'23.02'
version = u'23.03'
release = u'23.03'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HiPACE++ v23.02 Copyright (c) 2021-2022, The Regents of the University of California,
HiPACE++ v23.03 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.
Expand Down

0 comments on commit 631d6ee

Please sign in to comment.