Cut release version 2026.2

This commit is contained in:
Ole Schütt 2026-07-15 11:11:06 +02:00
parent c92cc08b45
commit 67b5da876d
4 changed files with 4 additions and 7 deletions

View file

@ -26,7 +26,7 @@ project(
cp2k
DESCRIPTION "CP2K"
HOMEPAGE_URL "https://www.cp2k.org"
VERSION "2026.1"
VERSION "2026.2"
LANGUAGES Fortran C CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")

1
REVISION Normal file
View file

@ -0,0 +1 @@
git:c92cc08

View file

@ -1,6 +1,6 @@
# Changelog
## 2026.2 (Draft)
## 2026.2 (July 15, 2026)
### New Features
@ -41,7 +41,6 @@
- Per-thermal-region function for rescaling temperatures in MD (independent of thermostats)
([#5002](https://github.com/cp2k/cp2k/pull/5002))
- Cell optimization with fixed volume ([#5086](https://github.com/cp2k/cp2k/pull/5086))
- **TODO**
### New Libraries
@ -53,7 +52,6 @@
- Reintegrate with LIBXS, LIBXSTREAM, and LIBXSMM ([#5343](https://github.com/cp2k/cp2k/pull/5343))
- Add libGint for HartreeFock exchange with CUDA acceleration
([#5446](https://github.com/cp2k/cp2k/pull/5446))
- **TODO**
### Breaking Changes
@ -67,14 +65,12 @@
- An implementation of the FFTW3 interface may be turned into a hard dependency in a later release.
Please consider compiling and CP2K with FFTW3, MKL, AOCL or any other library implementing this
interface if you have not used it until now. ([#5454](https://github.com/cp2k/cp2k/pull/5454))
- **TODO**
### Fixes
- Fix issues in the native DFT-D4 implementation. ([#5030](https://github.com/cp2k/cp2k/pull/5030))
- Analytical periodic-subspace stress for 2D systems with ANALYTIC/MT
([#5282](https://github.com/cp2k/cp2k/pull/5282))
- **TODO**
______________________________________________________________________

View file

@ -46,7 +46,7 @@ MODULE cp2k_info
#endif
!!! Keep version in sync with CMakeLists.txt !!!
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2026.1 (Development Version)"
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2026.2"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2026"
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"