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>2021-01-04 14:53:37 +0300
committerHannah von Reth <vonreth@kde.org>2021-01-05 19:25:43 +0300
commit5db3020fa709c03eea87f87fc68da6f79eb262c9 (patch)
tree82632d7a0920b30850f062d827cd6e1eae7125a0
parent91ea7beaa755b32aec1691b79408958423db957c (diff)
Happy new year 2021
-rw-r--r--VERSION.cmake2
-rw-r--r--cmake/modules/FindLibcloudproviders.cmake2
-rw-r--r--src/csync/csync.cpp2
-rw-r--r--src/gui/MacOSXBundleInfo.plist2
4 files changed, 4 insertions, 4 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 543d046fe..c95cf9c8b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 7 )
set( MIRALL_VERSION_PATCH 5 )
-set( MIRALL_VERSION_YEAR 2020 )
+set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
diff --git a/cmake/modules/FindLibcloudproviders.cmake b/cmake/modules/FindLibcloudproviders.cmake
index 527c7509b..0e1875fdc 100644
--- a/cmake/modules/FindLibcloudproviders.cmake
+++ b/cmake/modules/FindLibcloudproviders.cmake
@@ -1,4 +1,4 @@
-# (c) 2019-2020 Copyright ownCloud GmbH
+# (c) 2019-2021 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/src/csync/csync.cpp b/src/csync/csync.cpp
index a32c5324f..dfbb2016d 100644
--- a/src/csync/csync.cpp
+++ b/src/csync/csync.cpp
@@ -1,7 +1,7 @@
/*
* libcsync -- a library to sync a directory with another
*
- * Copyright (c) 2020 by Hannah von Reth <hannah.vonreth@owncloud.com>
+ * Copyright (c) by Hannah von Reth <hannah.vonreth@owncloud.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/gui/MacOSXBundleInfo.plist b/src/gui/MacOSXBundleInfo.plist
index d7618055d..5d907094f 100644
--- a/src/gui/MacOSXBundleInfo.plist
+++ b/src/gui/MacOSXBundleInfo.plist
@@ -25,7 +25,7 @@
<key>CFBundleShortVersionString</key>
<string>${MIRALL_VERSION_STRING}</string>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2014-2020 ${APPLICATION_VENDOR}</string>
+ <string>(C) 2014-2021 ${APPLICATION_VENDOR}</string>
<key>SUShowReleaseNotes</key>
<false/>
<key>SUPublicDSAKeyFile</key>