From 58aaec26d77441e3aa3579e16d044cbf6d6c256b Mon Sep 17 00:00:00 2001 From: Matt Chang Date: Mon, 17 Sep 2018 15:47:10 +1000 Subject: [PATCH] Version bump v0.6.2 rc1 --- app/data/Info.plist | 2 +- app/src/aboutdialog.cpp | 2 +- app/src/mainwindow2.cpp | 2 +- common.pri | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/data/Info.plist b/app/data/Info.plist index 2a1bb953d..c8a0dbf4f 100644 --- a/app/data/Info.plist +++ b/app/data/Info.plist @@ -62,7 +62,7 @@ CFBundleSignature PC2D CFBundleVersion - 0.6.2d + 0.6.2.0 LSApplicationCategoryType public.app-category.graphics-design NSHighResolutionCapable diff --git a/app/src/aboutdialog.cpp b/app/src/aboutdialog.cpp index edb6a3221..f1c79e3c1 100644 --- a/app/src/aboutdialog.cpp +++ b/app/src/aboutdialog.cpp @@ -40,7 +40,7 @@ AboutDialog::~AboutDialog() void AboutDialog::init() { QStringList devText; - devText << tr("Version: %1", "Version Number in About Dialog").arg(APP_VERSION); + devText << tr("Version: %1", "Version Number in About Dialog").arg(APP_VERSION " RC1"); #if defined(GIT_EXISTS) && defined(NIGHTLY_BUILD) devText << "commit: " S__GIT_COMMIT_HASH ; devText << "date: " S__GIT_TIMESTAMP ; diff --git a/app/src/mainwindow2.cpp b/app/src/mainwindow2.cpp index 492597765..aed17cc85 100644 --- a/app/src/mainwindow2.cpp +++ b/app/src/mainwindow2.cpp @@ -83,7 +83,7 @@ GNU General Public License for more details. #ifdef NIGHTLY_BUILD #define PENCIL_WINDOW_TITLE QString("[*]Pencil2D - Nightly Build %1").arg( BUILD_DATE ) #else -#define PENCIL_WINDOW_TITLE QString("[*]Pencil2D v%1").arg(APP_VERSION) +#define PENCIL_WINDOW_TITLE QString("[*]Pencil2D v%1").arg(APP_VERSION " RC1") #endif diff --git a/common.pri b/common.pri index d3449fc59..8fad62f6e 100644 --- a/common.pri +++ b/common.pri @@ -1,5 +1,5 @@ -VERSION = 0.6.1.1 +VERSION = 0.6.2 DEFINES += APP_VERSION=\\\"$$VERSION\\\" NIGHTLY {