From 720ea5a147a6798f978573233ebe769ed37bf257 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 28 Jun 2024 17:22:37 -0400 Subject: [PATCH] Bump the version to rc3. Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index a03b057b..034a5101 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -20,7 +20,7 @@ set(APP_VERSION_MAJOR 3) set(APP_VERSION_MINOR 0) set(APP_VERSION_PATCH 0) set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") -set(APP_VERSION "${APP_VERSION_BASE}-rc2") +set(APP_VERSION "${APP_VERSION_BASE}-rc3") # Include the binary directory for the generated header file include_directories("${CMAKE_CURRENT_BINARY_DIR}")