Skip to content

Commit 36dcc54

Browse files
committed
Rev project version to 0.5.0.
1 parent 432309c commit 36dcc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.19)
22
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
3-
project(flcl VERSION 0.4.0 LANGUAGES Fortran C CXX)
3+
project(flcl VERSION 0.5.0 LANGUAGES Fortran C CXX)
44

55
set(default_build_type "RelWithDebInfo")
66
set(BUILD_SHARED_LIBS OFF)
@@ -149,4 +149,4 @@ endif()
149149

150150
if(BUILD_EXAMPLES)
151151
add_subdirectory(examples)
152-
endif()
152+
endif()

0 commit comments

Comments
 (0)