Skip to content

Commit

Permalink
Bump version in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jul 11, 2021
1 parent 0337379 commit 20b2cf3
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
Expand Up @@ -16,7 +16,7 @@ FIND_PACKAGE(FTObjectLibrary REQUIRED)
INCLUDE_DIRECTORIES("${FTOBJECTLIBRARY_INCLUDE_DIRS}")

PROJECT(HOHQMesh Fortran)
SET(VERSION 1.0.0)
SET(VERSION 1.0.1)
SET(CMAKE_VERBOSE_MAKEFILE ON)

IF(NOT CMAKE_Fortran_COMPILER_SUPPORTS_F90)
Expand Down

0 comments on commit 20b2cf3

Please sign in to comment.