Skip to content

Commit

Permalink
Set version to 3.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 committed Oct 7, 2024
1 parent cd7fab2 commit c0d3801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_policy( VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} )
# project name
project( vvdec VERSION 3.0.0 )
# set alternative version numbering for release candidates
set( PROJECT_VERSION_RC rc2 )
set( PROJECT_VERSION_RC rc3 )
if( PROJECT_VERSION_RC )
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
endif()
Expand Down

0 comments on commit c0d3801

Please sign in to comment.