Compare commits

...

1 Commits

Author SHA1 Message Date
Maarten L. Hekkelman
4e7b0baafb version bump 2023-11-02 14:29:05 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16)
# set the project name
project(libcifpp VERSION 5.2.3 LANGUAGES CXX)
project(libcifpp VERSION 5.2.4 LANGUAGES CXX)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

View File

@@ -1,3 +1,6 @@
Version 5.2.4
- Changes required to build on Windows
Version 5.2.3
- New constructors for cif::item, one taking std::optional values
and another taking only a name resulting in a value '.' (i.e. inapplicable).