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:
authorMarkus Goetz <markus@woboq.com>2015-01-05 17:47:27 +0300
committerMarkus Goetz <markus@woboq.com>2015-01-05 17:47:27 +0300
commitc4dd64940eb5e1614ec45960d4dc124c550827c6 (patch)
treed7d6b68c662a2e8d558d34869bd92daa3d4dc424 /VERSION.cmake
parent414ac5433d3dc81ad530be4902723c02e549155b (diff)
Update VERSION.cmake
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 4f3072baa..1b409e51f 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 1 )
-set( MIRALL_VERSION_MINOR 7 )
-set( MIRALL_VERSION_PATCH 1 )
+set( MIRALL_VERSION_MINOR 8 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )