Skip to content

Commit

Permalink
[Release] Release version 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: IoeCmcomc <[email protected]>
  • Loading branch information
IoeCmcomc committed Sep 1, 2023
1 parent c634770 commit 8dd5470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ int main(int argc, char *argv[]) {
QCoreApplication::setOrganizationName("IoeCmcomc");
QCoreApplication::setApplicationName("MCDatapacker");
QCoreApplication::setApplicationVersion(APP_VERSION);
qInfo() << "MCDatapacker" << ("v" APP_VERSION);

/*Q_INIT_RESOURCE(application); */

Expand All @@ -22,7 +23,7 @@ int main(int argc, char *argv[]) {
#endif

QApplication a(argc, argv);
qInfo() << "Appication started.";
qInfo() << "Appication is starting...";

QFontDatabase::addApplicationFont(QStringLiteral(
":/fonts/Monocraft.otf"));
Expand Down
4 changes: 2 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

VERSION_MAJOR = 0
VERSION_MINOR = 7
VERSION_PATCH = 1
VERSION_MINOR = 8
VERSION_PATCH = 0

VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_PATCH}
QMAKE_TARGET_COMPANY = IoeCmcomc
Expand Down

0 comments on commit 8dd5470

Please sign in to comment.