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-04-11 12:52:58 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-04-11 12:52:58 +0400
commitee080222d8090ae2edd6cc804e98a806e12ae00e (patch)
tree30d96dfecd9e11d59244ef54bfe9e4dba8bccd5d
parentc7aaa3ab288c5a91473635ba1b98fccc70386024 (diff)
Bump versionv1.2.4
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index fd3bc9f89..3989c9264 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 2 )
-set( VERSION_PATCH 3 )
+set( VERSION_PATCH 4 )
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
set( SOVERSION 0 )