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:
authorDaniel Molkentin <danimo@owncloud.com>2013-12-12 21:20:45 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-12-12 21:20:45 +0400
commit58035a2f4a3100b824597d8d490801845bbd22f9 (patch)
tree5214bdd48bcc33b6fe5c2658598d46cda0f4e237
parent99a4de6741eccc6da329e7762a75a30e36df5934 (diff)
Final versionv1.5.0
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index cdb4d6f95..15864fe21 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc1" ) #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "" ) #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )