Skip to content

Commit 8dd5470

Browse files
committed
[Release] Release version 0.8.0
Signed-off-by: IoeCmcomc <[email protected]>
1 parent c634770 commit 8dd5470

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"));

src/src.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
316316
!isEmpty(target.path): INSTALLS += target
317317

318318
VERSION_MAJOR = 0
319-
VERSION_MINOR = 7
320-
VERSION_PATCH = 1
319+
VERSION_MINOR = 8
320+
VERSION_PATCH = 0
321321

322322
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_PATCH}
323323
QMAKE_TARGET_COMPANY = IoeCmcomc

0 commit comments

Comments
 (0)