Starting preparation for release 0.6.1.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2018-10-12 15:16:38 +03:00
parent 41379579a9
commit fdc43de4b4
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 6;
extern const int DEBUG_VERSION = 0;
extern const int DEBUG_VERSION = 1;
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));

View File

@ -45,8 +45,8 @@ extern const QString APP_VERSION_STR;
// Change version number in projectversion.cpp too.
// Synchronize valentina.nsi
#define VER_FILEVERSION 0,6,0,0
#define VER_FILEVERSION_STR "0.6.0.0\0"
#define VER_FILEVERSION 0,6,1,0
#define VER_FILEVERSION_STR "0.6.1.0\0"
#define V_PRERELEASE // Mark prerelease builds