Skip to content

Commit 4f61748

Browse files
committed
v5.3.0-rc.6
1 parent 178dfa5 commit 4f61748

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
set( MIRALL_VERSION_MAJOR 5 )
22
set( MIRALL_VERSION_MINOR 3 )
33
set( MIRALL_VERSION_PATCH 2 )
4-
set( MIRALL_VERSION_YEAR 2024 )
4+
set( MIRALL_VERSION_YEAR 2025 )
55
set( MIRALL_SOVERSION 0 )
66

77
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
8-
set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
8+
set( MIRALL_VERSION_SUFFIX "rc.6") #e.g. beta1, beta2, rc1
99
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
1010

1111
if( NOT DEFINED MIRALL_VERSION_BUILD )

0 commit comments

Comments
 (0)