Skip to content

Commit 05a63d0

Browse files
project: change release phase from dev to rc1
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
1 parent 1c4323b commit 05a63d0

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
@@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.9)
2222
enable_testing()
2323

2424
project(scopy VERSION 2.2.0 LANGUAGES CXX)
25-
set(SCOPY_RELEASE_PHASE -dev)
25+
set(SCOPY_RELEASE_PHASE -rc1)
2626
set(SCOPY_VERSION ${PROJECT_VERSION}${SCOPY_RELEASE_PHASE})
2727

2828
# set CMAKE_BUILD_TYPE if not set externally

0 commit comments

Comments
 (0)