Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Dec 19, 2024
1 parent ad1ae93 commit 677eb56
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 @@ -80,7 +80,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_INSTALL_PREFIX)
message(FATAL_ERROR "Refusing to install into build directory \"${CMAKE_BINARY_DIR}\"")
endif()

project(GUFI VERSION 0.6.5 LANGUAGES C)
project(GUFI VERSION 0.6.6 LANGUAGES C)

# print version info
find_package(Git) # not required
Expand Down

0 comments on commit 677eb56

Please sign in to comment.