Skip to content

Commit f0d4bcd

Browse files
committed
bumped version to v4.2.0
1 parent 1d7abf7 commit f0d4bcd

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
@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.21)
2424

2525

2626
project(QuEST
27-
VERSION 4.1.0
27+
VERSION 4.2.0
2828
DESCRIPTION "Quantum Exact Simulation Toolkit"
2929
LANGUAGES CXX C
3030
)

utils/docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PROJECT_NAME = "The Quantum Exact Simulation Toolkit"
5151
# could be handy for archiving the generated documentation or if some version
5252
# control system is used.
5353

54-
PROJECT_NUMBER = "v4.1.0"
54+
PROJECT_NUMBER = "v4.2.0"
5555

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

0 commit comments

Comments
 (0)