Commit 4e7b0baa by Maarten L. Hekkelman

version bump

parent b3dc38f2
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
# set the project name # 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") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 5.2.4
- Changes required to build on Windows
Version 5.2.3 Version 5.2.3
- New constructors for cif::item, one taking std::optional values - New constructors for cif::item, one taking std::optional values
and another taking only a name resulting in a value '.' (i.e. inapplicable). and another taking only a name resulting in a value '.' (i.e. inapplicable).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment