From d2e0959b4783fa3a36351caeba18a11e714ad7da Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Thu, 12 Nov 2020 15:53:16 +0100 Subject: 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 --- VERSION.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- cgit v1.2.3