Skip to content

Commit 9dbad31

Browse files
authored
chore: release candidate version string (#705)
1 parent 945599d commit 9dbad31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(Iceberg
2828
DESCRIPTION "Iceberg C++ Project"
2929
LANGUAGES CXX)
3030

31-
set(ICEBERG_VERSION_SUFFIX "-SNAPSHOT")
31+
set(ICEBERG_VERSION_SUFFIX "")
3232
set(ICEBERG_VERSION_STRING "${PROJECT_VERSION}${ICEBERG_VERSION_SUFFIX}")
3333
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/iceberg/version.h.in"
3434
"${CMAKE_BINARY_DIR}/src/iceberg/version.h")

0 commit comments

Comments
 (0)