From e1c0152dc3e1cdb6f3137d64491d1555f75a29c9 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 3 Nov 2024 18:27:25 +0100 Subject: [PATCH] Add the relase to MetaInfo; fix version numbers main.cpp should use the human-readable version; CMakeLists.txt and MetaInfo file should have the numeric one, ending with 81 not 91 (90-based numbers are for RCs). --- CMakeLists.txt | 2 +- client/main.cpp | 2 +- linux/io.github.quotient_im.Quaternion.appdata.xml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e775be44..d8d5190b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ endif() set(IDENTIFIER "io.github.quotient_im.Quaternion") set(COPYRIGHT "Copyright © 2015-2024 The Quaternion contributors") -project(quaternion VERSION 0.0.96.91 LANGUAGES CXX) +project(quaternion VERSION 0.0.96.81 LANGUAGES CXX) if(UNIX AND NOT APPLE) set(LINUX 1) diff --git a/client/main.cpp b/client/main.cpp index 1c1121bc..0b9e58c5 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -67,7 +67,7 @@ int main( int argc, char* argv[] ) QApplication::setOrganizationName(u"Quotient"_s); QApplication::setApplicationName(u"quaternion"_s); QApplication::setApplicationDisplayName(u"Quaternion"_s); - QApplication::setApplicationVersion(u"0.0.96.91"_s); + QApplication::setApplicationVersion(u"0.0.97 beta"_s); QApplication::setDesktopFileName(AppId); using Quotient::Settings; diff --git a/linux/io.github.quotient_im.Quaternion.appdata.xml b/linux/io.github.quotient_im.Quaternion.appdata.xml index 3f311c88..6989da3f 100644 --- a/linux/io.github.quotient_im.Quaternion.appdata.xml +++ b/linux/io.github.quotient_im.Quaternion.appdata.xml @@ -42,6 +42,12 @@ + + https://github.com/quotient-im/Quaternion/releases/tag/0.0.97-beta1 +

0.0.97 beta

+

Port Quaternion to libQuotient 0.9

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

Changes since 0.0.96: