Skip to content

Commit

Permalink
0.0.96 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Rusakov committed Dec 13, 2023
1 parent 8afdebd commit bf29288
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 9 additions & 3 deletions linux/com.github.quaternion.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
</provides>

<releases>
<release version="0.0.96.84" type="development" date="2023-07-30">
<release version="0.0.95.91 type="development" date="2023-12-14">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1</url>
<description><p>0.0.96 RC</p>
<p>Minor tweaks and fixes</p>
</description>
</release>
<release version="0.0.95.84" type="development" date="2023-07-30">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta4</url>
<description><p>0.0.96 beta4</p>
<ul>
Expand All @@ -47,7 +53,7 @@
</ul>
</description>
</release>
<release version="0.0.96.83" type="development" date="2023-07-13">
<release version="0.0.95.83" type="development" date="2023-07-13">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta3</url>
<description><p>0.0.96 beta3</p>
<ul>
Expand All @@ -57,7 +63,7 @@
</ul>
</description>
</release>
<release version="0.0.96.81" type="development" date="2023-04-02">
<release version="0.0.95.81" type="development" date="2023-04-02">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta1</url>
<description><p>
Switch to libQuotient 0.7, with its new read receipts/fully read markers
Expand Down

0 comments on commit bf29288

Please sign in to comment.