From 1ad7e47b2e51ed83b9f701e592ddadfa34b1cb1a Mon Sep 17 00:00:00 2001 From: "Maarten L. Hekkelman" Date: Thu, 14 Sep 2023 12:53:07 +0200 Subject: [PATCH] version bump, changelog --- CMakeLists.txt | 2 +- changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3629f7..d1b2a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.16) # set the project name -project(libcifpp VERSION 5.2.0 LANGUAGES CXX) +project(libcifpp VERSION 5.2.1 LANGUAGES CXX) list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/changelog b/changelog index 8d48a78..d6b36ec 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +Version 5.2.1 +- New versionstring module +- small fixes for generating documentation +- correctly setting SONAME + Version 5.2.0 - With lots of documentation - Refactored coloured text output