Version bump, update changelog

This commit is contained in:
Maarten L. Hekkelman
2025-09-03 14:55:20 +02:00
parent 45eecd72b0
commit 3ac64de16b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Version 9.0.1
- Use pcre2 from pkg-config if available, if not
build a version from the original code.
Version 9.0.0
- Rename fields of cif::mm::polymer to match the naming
in mmcif_pdbx.dic. Also, related, fix building mm::structure

View File

@@ -24,7 +24,7 @@
# A simplified wrapper CMakeLists.txt file for PCRE2
#
# We will only build a static 8bit library, no fancy switches at all
# This will generate an OBJECT library so it can be linked into another library
cmake_minimum_required(VERSION 3.25)