Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-06 14:40:00 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-08-06 14:40:00 +0300
commit39de633828b4b0b80a3bce84ed42035bf40ff60a (patch)
tree263c3c9a56473e326a856aee3c5cf8459a7593dc /VERSION.cmake
parent2ebc4041ac16f1d0c517fce4308977f989f7148b (diff)
There won't be a 2.7, this is called 3.0 instead
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index f512e0bd6..42e773dae 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,5 +1,5 @@
-set( MIRALL_VERSION_MAJOR 2 )
-set( MIRALL_VERSION_MINOR 7 )
+set( MIRALL_VERSION_MAJOR 3 )
+set( MIRALL_VERSION_MINOR 0 )
set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )