Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Version bumped to 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
votca-bot committed Sep 19, 2021
1 parent 8d3e8d0 commit 9fb19da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 2021.2 (released XX.07.21)
Version 2021.2 (released 19.09.21)
==================================

- made masses in test more accurate (#705)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(votca-csg LANGUAGES CXX)

set(PROJECT_VERSION "2021.1")
set(PROJECT_VERSION "2021.2")
string(REGEX REPLACE "[-.].*$" "" SOVERSION "${PROJECT_VERSION}")
if (NOT ${SOVERSION} MATCHES "^[0-9]+$")
message(FATAL_ERROR "Could not determine SOVERSION (${SOVERSION}) from ${PROJECT_VERSION}")
Expand Down

0 comments on commit 9fb19da

Please sign in to comment.