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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-03-05 13:49:58 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-03-05 13:49:58 +0400
commit7a3abac833f65c2e11da01e5067634c5c21654d3 (patch)
tree8a35a46c1509e0e9a3d7c0481b22ceb5d383cb5a
parenteb7074e9f088214648183a45c2ce806f65a8bf3c (diff)
Bump version to 1.5.3rc1
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 1fdec17fc..191ce98a3 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,10 +1,10 @@
set( MIRALL_VERSION_MAJOR 1 )
set( MIRALL_VERSION_MINOR 5 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX ) #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX rc1) #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )