diff --git a/CMakeLists.txt b/CMakeLists.txt index 2259f94b..28b073b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ cmake_policy(SET CMP0092 NEW) endif() set(IDENTIFIER "com.github.quaternion") -set(COPYRIGHT "Copyright © 2016-2023 Quaternion project contributors") +set(COPYRIGHT "Copyright © 2016-2023 The Quaternion contributors") -project(quaternion VERSION 0.0.95.84 LANGUAGES CXX) +project(quaternion VERSION 0.0.95.91 LANGUAGES CXX) if(UNIX AND NOT APPLE) set(LINUX 1) diff --git a/client/main.cpp b/client/main.cpp index 4b7a914e..7f5d32e7 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char* argv[] ) QApplication::setOrganizationName(QStringLiteral("Quotient")); QApplication::setApplicationName(QStringLiteral("quaternion")); QApplication::setApplicationDisplayName(QStringLiteral("Quaternion")); - QApplication::setApplicationVersion(QStringLiteral("0.0.96 beta4 (+git)")); + QApplication::setApplicationVersion(QStringLiteral("0.0.96 RC")); QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion")); using Quotient::Settings; diff --git a/linux/com.github.quaternion.appdata.xml b/linux/com.github.quaternion.appdata.xml index 5d6f0b5d..be814ab8 100644 --- a/linux/com.github.quaternion.appdata.xml +++ b/linux/com.github.quaternion.appdata.xml @@ -36,7 +36,13 @@ - + + https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1 +

0.0.96 RC

+

Minor tweaks and fixes

+
+
+ https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta4

0.0.96 beta4

    @@ -47,7 +53,7 @@
- + https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta3

0.0.96 beta3

    @@ -57,7 +63,7 @@
- + https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta1

Switch to libQuotient 0.7, with its new read receipts/fully read markers