Updated version inside the application.
--HG-- branch : release
This commit is contained in:
parent
42f4f90503
commit
48296502f5
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
extern const int MAJOR_VERSION = 0;
|
extern const int MAJOR_VERSION = 0;
|
||||||
extern const int MINOR_VERSION = 4;
|
extern const int MINOR_VERSION = 4;
|
||||||
extern const int DEBUG_VERSION = 2;
|
extern const int DEBUG_VERSION = 3;
|
||||||
|
|
||||||
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.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||||
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||||
|
|
|
@ -40,13 +40,13 @@ extern const QString APP_VERSION_STR;
|
||||||
/*
|
/*
|
||||||
APP_VERSION is (major << 16) + (minor << 8) + patch.
|
APP_VERSION is (major << 16) + (minor << 8) + patch.
|
||||||
*/
|
*/
|
||||||
#define APP_VERSION 0x000400
|
#define APP_VERSION 0x000403
|
||||||
|
|
||||||
// Change version number in projectversion.cpp too.
|
// Change version number in projectversion.cpp too.
|
||||||
// Synchronize valentina.nsi
|
// Synchronize valentina.nsi
|
||||||
|
|
||||||
#define VER_FILEVERSION 0,4,2,0
|
#define VER_FILEVERSION 0,4,3,0
|
||||||
#define VER_FILEVERSION_STR "0.4.2.0\0"
|
#define VER_FILEVERSION_STR "0.4.3.0\0"
|
||||||
|
|
||||||
#define V_PRERELEASE // Mark prerelease builds
|
#define V_PRERELEASE // Mark prerelease builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user