Skip to content

Commit

Permalink
Bumping version to 1.1.0 to reflect new capability: buildcmake works …
Browse files Browse the repository at this point in the history
…on OS X for the first time now.

Signed-off-by: Damian Rouson <damian@sourceryinstitute.org>
  • Loading branch information
rouson committed Oct 2, 2015
1 parent e1c269c commit cf30bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

#Name project and specify source languages
project(opencoarrays VERSION 1.0.3 LANGUAGES C Fortran)
project(opencoarrays VERSION 1.1.0 LANGUAGES C Fortran)

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

0 comments on commit cf30bc5

Please sign in to comment.