Bump the version to rc3.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/2486/head v3.0.0-rc3
Adam Treat 3 months ago
parent a191844a3f
commit 720ea5a147

@ -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}")

Loading…
Cancel
Save