Skip to content

Commit

Permalink
0.0.95 beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 26, 2021
1 parent 52e57ef commit 2ec3602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.93 LANGUAGES CXX)
project(quaternion VERSION 0.0.94.94 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 @@ -69,7 +69,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-beta3"));
QApplication::setApplicationVersion(QStringLiteral("0.0.95-beta4"));
QApplication::setDesktopFileName(
QStringLiteral("com.github.quaternion.desktop"));

Expand Down

0 comments on commit 2ec3602

Please sign in to comment.