Skip to content

Commit af73cb3

Browse files
committed
Version bump
1 parent 240b631 commit af73cb3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.23)
2727
# set the project name
2828
project(
2929
libcifpp
30-
VERSION 7.0.7
30+
VERSION 7.0.8
3131
LANGUAGES CXX)
3232

3333
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 7.0.8
2+
- Fix PDB Remark 3 parser
3+
14
Version 7.0.7
25
- Set CIFPP_DATA_DIR on target cifpp for use in projects that include
36
libcifpp directly

0 commit comments

Comments
 (0)