Skip to content

Commit c6936e2

Browse files
author
Damian Rouson
committed
Bumping the version number to 2.0.0 on the origin master branch (i.e., the trunk) to distinguish it from the release branch (branch-1.0.0).
1 parent eebc2a3 commit c6936e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
#Name project and specify source languages
4-
project(opencoarrays VERSION 1.0.0 LANGUAGES C Fortran)
4+
project(opencoarrays VERSION 2.0.0 LANGUAGES C Fortran)
55

66
#Print an error message on an attempt to build inside the source directory tree:
77
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")

0 commit comments

Comments
 (0)