Skip to content

Commit

Permalink
main.cpp: +git back again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsune Ral committed Jan 12, 2024
1 parent 6103f98 commit dc0381e
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"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96 (+git)"));
QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion"));

using Quotient::Settings;
Expand Down

0 comments on commit dc0381e

Please sign in to comment.