Skip to content
This repository has been archived by the owner on Sep 28, 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 a0df474 commit 61038ca
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,14 +1,14 @@
For more detailed information about the changes see the history of the
`repository <https://github.com/votca/xtp/commits/master>`__.

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

- fix CI on rawhide (#663)
- add xtp_qmmm2qm to cmake install (#665)
- add auto-cancel workflow to GitHub Actions (#674)

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

- G0W0 rpa energies are fixed in BSE (#383)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)
project(votca-xtp 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 61038ca

Please sign in to comment.