diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fe0c53bd..0e798f6696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ For more detailed information about the changes see the history of the [repository](https://github.com/votca/csg/commits/master). -## Version 1.6.3 (released XX.08.20) +## Version 1.6.3 (released 09.12.20) * fix test dependencies for parallel ctest (#585) * fix trigger for gmx-2020 warning in run_gromacs.sh (#591) * switch to ghcr.io for CI (#595) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1462ce89ff..eb02f13908 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(votca-csg) -set(PROJECT_VERSION "1.6.2") +set(PROJECT_VERSION "1.6.3") set(PROJECT_CONTACT "bugs@votca.org") string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION "${PROJECT_VERSION}") if (NOT ${SOVERSION} MATCHES "[1-9]+")