Officially in beta.
--HG-- branch : release
This commit is contained in:
parent
287daa8dab
commit
b8acb767df
|
@ -44,7 +44,7 @@ extern const int MAJOR_VERSION = 0;
|
|||
extern const int MINOR_VERSION = 6;
|
||||
extern const int DEBUG_VERSION = 0;
|
||||
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4a").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4b").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,6,0,0
|
||||
#define VER_FILEVERSION_STR "0.6.0.0a\0"
|
||||
#define VER_FILEVERSION_STR "0.6.0.0b\0"
|
||||
|
||||
#define V_PRERELEASE // Mark prerelease builds
|
||||
|
||||
|
@ -56,7 +56,7 @@ extern const QString APP_VERSION_STR;
|
|||
#define VER_COMPANYNAME_STR "ValentinaTeam"
|
||||
//#define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program
|
||||
//#define VER_INTERNALNAME_STR "Valentina" // Defined in program
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2017 Valentina Team"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2018 Valentina Team"
|
||||
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
||||
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
|
||||
//#define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program
|
||||
|
|
Loading…
Reference in New Issue
Block a user