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 <vonreth@kde.org>2020-01-22 14:12:01 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-22 15:26:05 +0300
commitb346e6a4bab3ae61e60a0adfae3f4e024e8ba8b7 (patch)
treea80ea6ce22ff38b7950dc6077f3156ed2afd5898
parentd4f5751049768808b6479d7e582184b731dedbe7 (diff)
Happy new Year!
-rw-r--r--VERSION.cmake2
-rw-r--r--cmake/modules/FindLibcloudproviders.cmake2
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index ea2a5efd9..f6f39744b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 6 )
set( MIRALL_VERSION_PATCH 2 )
-set( MIRALL_VERSION_YEAR 2019 )
+set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
diff --git a/cmake/modules/FindLibcloudproviders.cmake b/cmake/modules/FindLibcloudproviders.cmake
index 9b01f3a94..527c7509b 100644
--- a/cmake/modules/FindLibcloudproviders.cmake
+++ b/cmake/modules/FindLibcloudproviders.cmake
@@ -1,4 +1,4 @@
-# (c) 2019 Copyright ownCloud GmbH
+# (c) 2019-2020 Copyright ownCloud GmbH
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING* file.
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index a73902a97..8ae6e09fd 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -27,7 +27,7 @@
<key>CFBundleShortVersionString</key>
<string>@MIRALL_VERSION_STRING@</string>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2014-2019 @APPLICATION_VENDOR@</string>
+ <string>(C) 2014-2020 @APPLICATION_VENDOR@</string>
<key>SUShowReleaseNotes</key>
<false/>
<key>SUPublicDSAKeyFile</key>