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>2014-06-05 13:50:29 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-06-05 13:51:12 +0400
commitded8914df240065a3b4aa66b1411877bb55ee5e1 (patch)
treef7aa2094c82b5bb53601446dd4de454dd327e3ed /VERSION.cmake
parent7a7b0e89398935fd013093e7185fcbd95c9439ce (diff)
[Janitor] Bump version to 1.6.1pre
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 aad1d4408..88052f045 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,10 +1,10 @@
set( MIRALL_VERSION_MAJOR 1 )
set( MIRALL_VERSION_MINOR 6 )
-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 "pre") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )