Skip to content

Commit e62277a

Browse files
[release] SIRIUS v7.8.0 (#1080)
Changelog: - updates to NLCG lib interface - fix in Python interface --------- Co-authored-by: toxa81 <toxa81@gmail.com>
1 parent fd1231c commit e62277a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CMakePackageConfigHelpers)
55
project(SIRIUS
66
DESCRIPTION "Domain specific library for electronic structure calculations"
77
HOMEPAGE_URL "https://github.com/electronic-structure/SIRIUS"
8-
VERSION 7.7.1
8+
VERSION 7.8.0
99
LANGUAGES CXX C)
1010

1111
# for CUDA_ARCHITECTURES

doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PROJECT_NAME = "SIRIUS"
3939
# control system is used.
4040

4141

42-
PROJECT_NUMBER = "7.7.1"
42+
PROJECT_NUMBER = "7.8.0"
4343

4444
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4545
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)