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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-01-07 16:34:48 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commit6725cd5826f13dde8996f638a0d28ebb5aaa3531 (patch)
tree1317527dcee1d149051503fdb1e11df1d04c0a31 /VERSION.cmake
parentf17b30515167d3e679f30118e52c41385787faba (diff)
[CMAKE] Resolve some issues discovered during review
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 317ba5602..8f780835c 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
-set( MIRALL_VERSION_MAJOR ${PROJECT_VERSION_MAJOR} )
-set( MIRALL_VERSION_MINOR ${PROJECT_VERSION_MINOR} )
-set( MIRALL_VERSION_PATCH ${PROJECT_VERSION_PATCH} )
+set( MIRALL_VERSION_MAJOR 2 )
+set( MIRALL_VERSION_MINOR 7 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )