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

Commit bb9cdfe

Browse files
committed
Version bumped to 1.6.4
1 parent ad62d95 commit bb9cdfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
For more detailed information about the changes see the history of the
22
[repository](https://github.com/votca/xtp/commits/master).
33

4-
## Version 1.6.4 (released XX.12.20)
4+
## Version 1.6.4 (released 12.01.21)
55
* fix build on openSUSE (#622)
66
* Refactored logger (#625)
77

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
project(votca-xtp)
33

44

5-
set(PROJECT_VERSION "1.6.3")
5+
set(PROJECT_VERSION "1.6.4")
66
set(PROJECT_CONTACT "[email protected]")
77
string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION "${PROJECT_VERSION}")
88
if (NOT ${SOVERSION} MATCHES "[1-9]+")

0 commit comments

Comments
 (0)