From bed92046d0642352618ef8f4aa15944192baddd7 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 27 Jun 2024 10:59:30 -0400 Subject: [PATCH] Set the 3.0.0-rc2 version. Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/{responsetext.cpp => chatviewtextprocessor.cpp} | 0 gpt4all-chat/{responsetext.h => chatviewtextprocessor.h} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gpt4all-chat/{responsetext.cpp => chatviewtextprocessor.cpp} (100%) rename gpt4all-chat/{responsetext.h => chatviewtextprocessor.h} (100%) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 1fe2c060..f0b71fc6 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}-rc1") +set(APP_VERSION "${APP_VERSION_BASE}-rc2") # Include the binary directory for the generated header file include_directories("${CMAKE_CURRENT_BINARY_DIR}") diff --git a/gpt4all-chat/responsetext.cpp b/gpt4all-chat/chatviewtextprocessor.cpp similarity index 100% rename from gpt4all-chat/responsetext.cpp rename to gpt4all-chat/chatviewtextprocessor.cpp diff --git a/gpt4all-chat/responsetext.h b/gpt4all-chat/chatviewtextprocessor.h similarity index 100% rename from gpt4all-chat/responsetext.h rename to gpt4all-chat/chatviewtextprocessor.h