Skip to content

Commit

Permalink
Properly bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 26, 2023
1 parent a0b66b9 commit 681e618
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 @@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(cascade VERSION 0.1.3 LANGUAGES CXX C)
project(cascade VERSION 0.1.6 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down

0 comments on commit 681e618

Please sign in to comment.