Skip to content

Commit 4d6963f

Browse files
committed
[cmake] Bump Version Number to 1.3
1 parent e20b2a4 commit 4d6963f

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
@@ -22,7 +22,7 @@ endif()
2222

2323
# ############
2424
# Define Project
25-
project(mpi VERSION 1.2.0 LANGUAGES CXX)
25+
project(mpi VERSION 1.3.0 LANGUAGES CXX)
2626
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
2727

2828
# Get the git hash & print status

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ external_dependency(GTest
5858
# -- itertools --
5959
external_dependency(itertools
6060
GIT_REPO https://github.com/TRIQS/itertools
61-
VERSION 1.2
61+
VERSION 1.3
6262
GIT_TAG unstable
6363

6464
)

0 commit comments

Comments
 (0)