diff --git a/CMakeLists.txt b/CMakeLists.txt index b4b9277..8a270d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.23) # set the project name project( libcifpp - VERSION 7.0.7 + VERSION 7.0.8 LANGUAGES CXX) list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/changelog b/changelog index 129380b..7dd6021 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 7.0.8 +- Fix PDB Remark 3 parser + Version 7.0.7 - Set CIFPP_DATA_DIR on target cifpp for use in projects that include libcifpp directly