Skip to content

Commit cf30bc5

Browse files
author
Damian Rouson
committed
Bumping version to 1.1.0 to reflect new capability: buildcmake works on OS X for the first time now.
Signed-off-by: Damian Rouson <[email protected]>
1 parent e1c269c commit cf30bc5

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.3 LANGUAGES C Fortran)
4+
project(opencoarrays VERSION 1.1.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)