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>2014-01-15 14:08:42 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-01-15 14:09:31 +0400
commitdc9f145a247808cadc55c3141f97560fae8abdc3 (patch)
treefbc3cd321e1176d03270d4473d70f4ce5dfac305 /VERSION.cmake
parent93239cbdca2d963d4b696c37d38175534f72d6de (diff)
New Updater for Windows, passive notification on Linux, Sparkle on Mac
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 15864fe21..03e923f79 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -10,7 +10,6 @@ endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )
set( MIRALL_VERSION_BUILD "0" ) # Integer ID. Generated by the build system
endif( NOT DEFINED MIRALL_VERSION_BUILD )
-
# Composite defines
# Used e.g. for libraries Keep at x.y.z.
set( MIRALL_VERSION "${MIRALL_VERSION_MAJOR}.${MIRALL_VERSION_MINOR}.${MIRALL_VERSION_PATCH}" )