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:
authorMarkus Goetz <markus@woboq.com>2015-10-15 17:51:29 +0300
committerMarkus Goetz <markus@woboq.com>2015-10-15 17:51:29 +0300
commit963eb1f29b256a58890338e9c3027ebbdef81454 (patch)
treeed650c5c8ff301c9b8c583f4ab031bb39eefa935 /VERSION.cmake
parentc418d679200762968a89c50dbf5e9a788818861d (diff)
VERSION.cmake: master is 2.1
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 e18bc8b34..30ae6e470 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 2 )
-set( MIRALL_VERSION_MINOR 0 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_MINOR 1 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )