mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Bump the version to v3.0.0
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
ce6680f046
commit
576e167146
@ -20,7 +20,7 @@ set(APP_VERSION_MAJOR 3)
|
|||||||
set(APP_VERSION_MINOR 0)
|
set(APP_VERSION_MINOR 0)
|
||||||
set(APP_VERSION_PATCH 0)
|
set(APP_VERSION_PATCH 0)
|
||||||
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
set(APP_VERSION "${APP_VERSION_BASE}-rc5")
|
set(APP_VERSION "${APP_VERSION_BASE}")
|
||||||
|
|
||||||
# Include the binary directory for the generated header file
|
# Include the binary directory for the generated header file
|
||||||
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
|
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user