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:
authorKlaas Freitag <freitag@owncloud.com>2015-08-25 11:24:52 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-08-25 11:24:52 +0300
commit2d421a827544b118a9285cf3ff75cd317016bddc (patch)
tree4aa00f582d370527ef9ce389e48774d1e8fb6281 /VERSION.cmake
parented28a21cb0c3c0cf6f76c6a18efd33d14bab4098 (diff)
Push version on to 2.0.1 git
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 6adf9484c..e3214c26b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,10 +1,10 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 0 )
-set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )