Change version to 0.4.0.
--HG-- branch : release
This commit is contained in:
parent
cc25a1cf3b
commit
d3fab56181
|
@ -35,7 +35,7 @@ extern const int MAJOR_VERSION = 0;
|
|||
extern const int MINOR_VERSION = 4;
|
||||
extern const int DEBUG_VERSION = 0;
|
||||
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4RC1").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));
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -46,7 +46,7 @@ extern const QString APP_VERSION_STR;
|
|||
// Synchronize valentina.nsi
|
||||
|
||||
#define VER_FILEVERSION 0,4,0,0
|
||||
#define VER_FILEVERSION_STR "0.4.0.0RC1\0"
|
||||
#define VER_FILEVERSION_STR "0.4.0.0\0"
|
||||
|
||||
#define V_PRERELEASE // Mark prerelease builds
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user