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
Browse files Browse the repository at this point in the history
  • Loading branch information
votca-bot committed Mar 13, 2021
1 parent 9b0a2e8 commit 5f18624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
For more detailed information about the changes see the history of the
`repository <https://github.com/votca/csg/commits/master>`__.

Version 2021 (released XX.01.21)
Version 2021 (released 13.03.21)
================================

- fix CI on rawhide (#642)
- add auto-cancel workflow to GitHub Actions (#645)
- namespace bind2nd to fix build on FreeBSD (#668)
- replace std::bind2nd by a lambda (#673)

Version 2021-rc.1 (released 15.01.21)
Version 2021-rc.1 (released 13.03.21)
=====================================

- remove topology item (#486)
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-rc.1")
set(PROJECT_VERSION "2021")
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 5f18624

Please sign in to comment.