We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7abf7 commit f0d4bcdCopy full SHA for f0d4bcd
CMakeLists.txt
@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.21)
24
25
26
project(QuEST
27
- VERSION 4.1.0
+ VERSION 4.2.0
28
DESCRIPTION "Quantum Exact Simulation Toolkit"
29
LANGUAGES CXX C
30
)
utils/docs/Doxyfile
@@ -51,7 +51,7 @@ PROJECT_NAME = "The Quantum Exact Simulation Toolkit"
51
# could be handy for archiving the generated documentation or if some version
52
# control system is used.
53
54
-PROJECT_NUMBER = "v4.1.0"
+PROJECT_NUMBER = "v4.2.0"
55
56
# Using the PROJECT_BRIEF tag one can provide an optional one line description
57
# for a project that appears at the top of each page and should give viewer a
0 commit comments