Commit a490b19d by Maarten L. Hekkelman

version bump

parent 44cfa2c1
...@@ -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(cifpp VERSION 3.0.1 LANGUAGES CXX) project(cifpp VERSION 3.0.2 LANGUAGES CXX)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 3.0.2
- refactored mmcif::Atom for performance reasons
Version 3.0.1 Version 3.0.1
- Fixed processing of proline restraints file from CCP4, proline - Fixed processing of proline restraints file from CCP4, proline
is a peptide, really. is a peptide, really.
......
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