From: Kevin Ottens Date: Thu, 12 Nov 2020 14:53:16 +0000 (+0100) Subject: Master is now 3.0.81 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~63^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2e0959b4783fa3a36351caeba18a11e714ad7da;p=nextcloud-desktop.git Master is now 3.0.81 This feels a bit like moving back in that case, but that's due to the change of convention in the release process. We used to bump early but now we're moving to a point when we bump at the last minute. Signed-off-by: Kevin Ottens --- diff --git a/VERSION.cmake b/VERSION.cmake index 7ce542d62..caa818f39 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) -set( MIRALL_VERSION_MINOR 1 ) -set( MIRALL_VERSION_PATCH 0 ) +set( MIRALL_VERSION_MINOR 0 ) +set( MIRALL_VERSION_PATCH 81 ) set( MIRALL_VERSION_YEAR 2020 ) set( MIRALL_SOVERSION 0 )