Skip to content

Commit

Permalink
0.0.9.4b - rebuild with lib 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed May 22, 2019
1 parent 3ebea45 commit cd7a179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.cpp
Expand Up @@ -39,7 +39,7 @@ int main( int argc, char* argv[] )
QApplication::setOrganizationName(QStringLiteral("QMatrixClient"));
QApplication::setApplicationName(QStringLiteral("quaternion"));
QApplication::setApplicationDisplayName(QStringLiteral("Quaternion"));
QApplication::setApplicationVersion(QStringLiteral("0.0.9.4"));
QApplication::setApplicationVersion(QStringLiteral("0.0.9.4b"));

QMatrixClient::Settings::setLegacyNames(
QStringLiteral("Quaternion"), QStringLiteral("quaternion"));
Expand Down
2 changes: 1 addition & 1 deletion lib
Submodule lib updated from 97cec6 to 681203

0 comments on commit cd7a179

Please sign in to comment.