Skip to content

Commit 48bdf48

Browse files
committed
Final changes for 0.16.1
1 parent f05f062 commit 48bdf48

2 files changed

Lines changed: 2 additions & 2 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-13
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")

0 commit comments

Comments
 (0)