We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240b631 commit af73cb3Copy full SHA for af73cb3
CMakeLists.txt
@@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.23)
27
# set the project name
28
project(
29
libcifpp
30
- VERSION 7.0.7
+ VERSION 7.0.8
31
LANGUAGES CXX)
32
33
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
changelog
@@ -1,3 +1,6 @@
1
+Version 7.0.8
2
+- Fix PDB Remark 3 parser
3
+
4
Version 7.0.7
5
- Set CIFPP_DATA_DIR on target cifpp for use in projects that include
6
libcifpp directly
0 commit comments