From 6438a9998d4914b67d554493da7f3fdd3cff15f3 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 23 Aug 2024 18:00:35 -0700 Subject: [PATCH] Prepare for 8.0.0 pre1 release (#625) Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9fc1f82..5e1263c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR}) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX) +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options