From 7be0b6236a6d92c60b006dd16147930901f58bff Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 30 Jul 2024 15:46:42 -0600 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91aa96425..9c202bd13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.4 LANGUAGES C) +project(GUFI VERSION 0.6.5 LANGUAGES C) # print version info find_package(Git) # not required