Skip to content

Commit

Permalink
Updating tools version in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jul 9, 2024
1 parent 5f8429f commit e446ee4
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
Expand Up @@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
endif()

project( tools
VERSION 0.3.0
VERSION 0.3.1
LANGUAGES CXX
)

Expand Down Expand Up @@ -121,7 +121,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
endif()

#######################################################################
# Installation
# Installation
#######################################################################

if(tools.installation)
Expand Down

0 comments on commit e446ee4

Please sign in to comment.