File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ int main(int argc, char *argv[]) {
1414 QCoreApplication::setOrganizationName (" IoeCmcomc" );
1515 QCoreApplication::setApplicationName (" MCDatapacker" );
1616 QCoreApplication::setApplicationVersion (APP_VERSION);
17+ qInfo () << " MCDatapacker" << (" v" APP_VERSION);
1718
1819 /* Q_INIT_RESOURCE(application); */
1920
@@ -22,7 +23,7 @@ int main(int argc, char *argv[]) {
2223#endif
2324
2425 QApplication a (argc, argv);
25- qInfo () << " Appication started ." ;
26+ qInfo () << " Appication is starting.. ." ;
2627
2728 QFontDatabase::addApplicationFont (QStringLiteral (
2829 " :/fonts/Monocraft.otf" ));
Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
316316!isEmpty (target.path ): INSTALLS += target
317317
318318VERSION_MAJOR = 0
319- VERSION_MINOR = 7
320- VERSION_PATCH = 1
319+ VERSION_MINOR = 8
320+ VERSION_PATCH = 0
321321
322322VERSION = $${VERSION_MAJOR }. $${VERSION_MINOR }. $${VERSION_PATCH }
323323QMAKE_TARGET_COMPANY = IoeCmcomc
You can’t perform that action at this time.
0 commit comments