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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
votca-bot committed Sep 19, 2021
1 parent 4bad8a4 commit f6b4c19
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/xtp/commits/master>`__.

Version 2021.2 (released XX.07.21)
Version 2021.2 (released 19.09.21)
==================================

- no changes since v2021.1
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.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 f6b4c19

Please sign in to comment.