Skip to content

Commit

Permalink
Rev project version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
womeld committed Jun 15, 2021
1 parent 432309c commit 36dcc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.19)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(flcl VERSION 0.4.0 LANGUAGES Fortran C CXX)
project(flcl VERSION 0.5.0 LANGUAGES Fortran C CXX)

set(default_build_type "RelWithDebInfo")
set(BUILD_SHARED_LIBS OFF)
Expand Down Expand Up @@ -149,4 +149,4 @@ endif()

if(BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
endif()

0 comments on commit 36dcc54

Please sign in to comment.