Skip to content

Commit

Permalink
v6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Oct 22, 2024
1 parent e51dce7 commit ca4b8bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ set( MIRALL_VERSION_MINOR 0 )
set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2024 )
set( MIRALL_SOVERSION 0 )
set( MIRALL_VERSION_SUFFIX "rc.1")

if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc.1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )

if( NOT DEFINED MIRALL_VERSION_BUILD )
Expand Down

0 comments on commit ca4b8bd

Please sign in to comment.