From 8cf06e10a7710041b89d47d10ac8ad72e8cdbb3c Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 29 Aug 2023 23:03:47 +0000 Subject: [PATCH] Add pre1 version suffix Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bea828fa..a3a1a987 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(GZ_CMAKE_VER ${gz-cmake3_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -gz_configure_project(VERSION_SUFFIX) +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options