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:
authorDaniel Molkentin <danimo@owncloud.com>2015-08-31 17:50:07 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-08-31 17:50:07 +0300
commit7aeb27d5ee6a54716cf43cf0eddecb6252b4de27 (patch)
tree6c5818b9bd6d24f90aa0a60fcd830f5243a7c48c /VERSION.cmake
parentc48c5b9286b926ae22d9a4298e8ee39d760a0f34 (diff)
Bump 2.0 brancht to 2.0.2 after creation of 2.0.1 branch
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index e3214c26b..e18bc8b34 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 1 )
+set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )