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-11-24 12:30:07 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-24 12:30:07 +0300
commitd64e75ec959230303808132a7e43ef7987a55ea5 (patch)
treee2c4037e57adb1ffa609b9a6ecaf314356313966
parent4b9549d80a3109aab3ee983132300eeeebec4f11 (diff)
Release 2.9.2v2.9.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION.cmake2
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 613adb3d6..b942cc9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
-Changelog for ownCloud Desktop Client [unreleased] (UNRELEASED)
+Changelog for ownCloud Desktop Client [2.9.2] (2021-11-24)
=======================================
-The following sections list the changes in ownCloud Desktop Client unreleased relevant to
+The following sections list the changes in ownCloud Desktop Client 2.9.2 relevant to
ownCloud admins and users.
-[unreleased]: https://github.com/owncloud/client/compare/v2.9.1...master
+[2.9.2]: https://github.com/owncloud/client/compare/v2.9.1...v2.9.2
Summary
-------
diff --git a/VERSION.cmake b/VERSION.cmake
index a496d0784..09455d7bc 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc5") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )