Skip to content

Commit 9552625

Browse files
authored
ready for 1.0.0
1 parent c25b0a1 commit 9552625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ list(APPEND CMAKE_MODULE_PATH "${vg_cmake_kit_SOURCE_DIR}/modules")
4242
set(BTAS_MAJOR_VERSION 1)
4343
set(BTAS_MINOR_VERSION 0)
4444
set(BTAS_MICRO_VERSION 0)
45-
set(BTAS_PRERELEASE_ID alpha.1)
45+
set(BTAS_PRERELEASE_ID )
4646
set(BTAS_VERSION "${BTAS_MAJOR_VERSION}.${BTAS_MINOR_VERSION}.${BTAS_MICRO_VERSION}")
4747
if (BTAS_PRERELEASE_ID)
4848
set(BTAS_EXT_VERSION "${BTAS_VERSION}-${BTAS_PRERELEASE_ID}")

0 commit comments

Comments
 (0)