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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-03-03 13:00:33 +0300
committerOlivier Goffart <ogoffart@woboq.com>2017-03-03 13:00:33 +0300
commitd30ed7fb8afbd80f0acd2433b404f4b9c32ee0fd (patch)
treef67fe73bf1ca925f3aa0206ccc7e78e00eca9419 /VERSION.cmake
parent13df7fcee0a2ef745eeed80cb8129b199ba9554c (diff)
VERSION: master branch is 2.4
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 23af6a88b..043aacc84 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
-set( MIRALL_VERSION_MINOR 3 )
-set( MIRALL_VERSION_PATCH 1 )
-set( MIRALL_VERSION_YEAR 2016 )
+set( MIRALL_VERSION_MINOR 4 )
+set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_YEAR 2017 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )