Starting to collect changes for new version 0.7.0.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-10-12 15:55:58 +03:00
parent 96bb92b5a8
commit 409f34d205
2 changed files with 5 additions and 5 deletions

View file

@ -41,10 +41,10 @@
#include <QtGlobal>
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 6;
extern const int MINOR_VERSION = 7;
extern const int DEBUG_VERSION = 0;
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4a").arg(MAJOR_VERSION).arg(MINOR_VERSION)
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
//---------------------------------------------------------------------------------------------------------------------

View file

@ -40,13 +40,13 @@ extern const QString APP_VERSION_STR;
/*
APP_VERSION is (major << 16) + (minor << 8) + patch.
*/
#define APP_VERSION 0x000600
#define APP_VERSION 0x000700
// 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,7,0,0
#define VER_FILEVERSION_STR "0.7.0.0a\0"
#define V_PRERELEASE // Mark prerelease builds