From 17d1a6911b3b95344815df30a3fc9c5bb2a6ead3 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 24 Apr 2015 13:08:26 +0300 Subject: [PATCH] Increment version number. --HG-- branch : release --- src/app/version.cpp | 2 +- src/app/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/version.cpp b/src/app/version.cpp index 4f109497b..3c583a7fd 100644 --- a/src/app/version.cpp +++ b/src/app/version.cpp @@ -33,7 +33,7 @@ extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 3; -extern const int DEBUG_VERSION = 0; +extern const int DEBUG_VERSION = 1; extern const QString APP_VERSION(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION) .arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE)); diff --git a/src/app/version.h b/src/app/version.h index 9ab41de8b..cd548108f 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -39,8 +39,8 @@ extern const QString APP_VERSION; // Change version number in version.cpp too. -#define VER_FILEVERSION 0,3,0,0 -#define VER_FILEVERSION_STR "0.3.0.0\0" +#define VER_FILEVERSION 0,3,1,0 +#define VER_FILEVERSION_STR "0.3.1.0\0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR