Skip to content

Commit

Permalink
main.cpp: +git back again
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 19, 2024
1 parent b8ccb71 commit 155e143
Showing 1 changed file with 1 addition and 1 deletion.
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.1"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96.1 (+git)"));
QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion"));

using Quotient::Settings;
Expand Down

0 comments on commit 155e143

Please sign in to comment.