Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24.0)
project(HiPACE VERSION 26.04)
project(HiPACE VERSION 26.05)

# helper functions
include(${HiPACE_SOURCE_DIR}/cmake/HiPACEFunctions.cmake)
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ macro(find_amrex)
else()
message(STATUS "Searching for pre-installed AMReX ...")
set(COMPONENT_PRECISION ${HiPACE_PRECISION} P${HiPACE_PRECISION})
find_package(AMReX 26.04 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
find_package(AMReX 26.05 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
# note: TINYP skipped because user-configured and optional

# AMReX CMake helper scripts
Expand All @@ -149,7 +149,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 "26.05"
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'26.04'
release = u'26.04'
version = u'26.05'
release = u'26.05'

# -- 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++ v26.04 Copyright (c) 2021-2026, The Regents of the University of California,
HiPACE++ v26.05 Copyright (c) 2021-2026, 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
Loading