Skip to content

Commit c13e409

Browse files
committed
Final changes for 0.16.1
1 parent f05f062 commit c13e409

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format of this changelog is based on
1212
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
1313
[Semantic Versioning](https://semver.org/).
1414

15-
## In progress
15+
## [0.16.1] - 2026-04-24
1616

1717
#### New Features
1818

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
1717
endif()
1818

1919
# Initialize the project
20-
project(palace-superbuild LANGUAGES CXX C VERSION 0.16.0)
20+
project(palace-superbuild LANGUAGES CXX C VERSION 0.16.1)
2121

2222
# Define build settings and defaults
2323
set(PALACE_WITH_64BIT_INT OFF CACHE BOOL "Use 64 bit integers")

palace/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2626
set(CMAKE_CXX_EXTENSIONS OFF)
2727

2828
# Initialize the project
29-
project(palace LANGUAGES CXX VERSION 0.16.0)
29+
project(palace LANGUAGES CXX VERSION 0.16.1)
3030

3131
# Define build settings and defaults
3232
set(PALACE_WITH_OPENMP OFF CACHE BOOL "Use OpenMP for shared-memory parallelism")

0 commit comments

Comments
 (0)