Skip to content

Commit

Permalink
0.0.95-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Sep 13, 2021
1 parent 202c83b commit 5cc51ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()
set(IDENTIFIER "com.github.quaternion")
set(COPYRIGHT "Copyright © 2016-2021 Quaternion project contributors")

project(quaternion VERSION 0.0.94.98 LANGUAGES CXX)
project(quaternion VERSION 0.0.94.99 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 @@ -71,7 +71,7 @@ int main( int argc, char* argv[] )
QApplication::setOrganizationName(QStringLiteral("Quotient"));
QApplication::setApplicationName(QStringLiteral("quaternion"));
QApplication::setApplicationDisplayName(QStringLiteral("Quaternion"));
QApplication::setApplicationVersion(QStringLiteral("0.0.95-rc3"));
QApplication::setApplicationVersion(QStringLiteral("0.0.95-rc4"));
QApplication::setDesktopFileName(
QStringLiteral("com.github.quaternion.desktop"));

Expand Down
2 changes: 1 addition & 1 deletion linux/com.github.quaternion.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</provides>

<releases>
<release version="0.0.94.98" date="2021-09-12" />
<release version="0.0.94.99" date="2021-09-12" />
<release version="0.0.94.97" date="2021-06-27" />
<release version="0.0.9.4" date="2019-04-29" />
<release version="0.0.9.3" date="2018-10-21" />
Expand Down

0 comments on commit 5cc51ea

Please sign in to comment.