Skip to content

Commit

Permalink
Bump version number to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 26, 2023
1 parent 6078a1d commit e16ba61
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 LANGUAGES CXX C)
project(cascade VERSION 0.1.2 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 e16ba61

Please sign in to comment.