Skip to content

Commit

Permalink
v5.3.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jan 7, 2025
1 parent 178dfa5 commit 4f61748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set( MIRALL_VERSION_MAJOR 5 )
set( MIRALL_VERSION_MINOR 3 )
set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_VERSION_YEAR 2024 )
set( MIRALL_VERSION_YEAR 2025 )
set( MIRALL_SOVERSION 0 )

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

if( NOT DEFINED MIRALL_VERSION_BUILD )
Expand Down

0 comments on commit 4f61748

Please sign in to comment.