We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1231c commit e62277aCopy full SHA for e62277a
CMakeLists.txt
@@ -5,7 +5,7 @@ include(CMakePackageConfigHelpers)
5
project(SIRIUS
6
DESCRIPTION "Domain specific library for electronic structure calculations"
7
HOMEPAGE_URL "https://github.com/electronic-structure/SIRIUS"
8
- VERSION 7.7.1
+ VERSION 7.8.0
9
LANGUAGES CXX C)
10
11
# for CUDA_ARCHITECTURES
doc/doxygen.cfg
@@ -39,7 +39,7 @@ PROJECT_NAME = "SIRIUS"
39
# control system is used.
40
41
42
-PROJECT_NUMBER = "7.7.1"
+PROJECT_NUMBER = "7.8.0"
43
44
# Using the PROJECT_BRIEF tag one can provide an optional one line description
45
# for a project that appears at the top of each page and should give viewer a
0 commit comments