Skip to content

Commit 45db4df

Browse files
authored
Set version as final
1 parent b206f92 commit 45db4df

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
@@ -13,7 +13,7 @@ endif()
1313
project( vvenc VERSION 1.13.1 )
1414

1515
# set alternative version numbering for release candidates
16-
set( PROJECT_VERSION_RC rc1 )
16+
#set( PROJECT_VERSION_RC rc1 )
1717
if( PROJECT_VERSION_RC )
1818
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
1919
endif()

0 commit comments

Comments
 (0)