Skip to content

Commit bc54446

Browse files
author
Damian Rouson
committed
Bumping the PROJECT_VERSION up to 1.0.1 to distinguish the development version (1.0.1) from the released version (1.0.0).
1 parent eebc2a3 commit bc54446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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 1.0.1 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)