Version 0.2.9.
--HG-- branch : develop
This commit is contained in:
parent
db3b35af46
commit
6221833f45
|
@ -33,9 +33,9 @@
|
|||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 2;
|
||||
extern const int DEBUG_VERSION = 8;
|
||||
extern const int DEBUG_VERSION = 9;
|
||||
|
||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3.%4-alpha").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -37,10 +37,10 @@ extern const int DEBUG_VERSION;
|
|||
|
||||
extern const QString APP_VERSION;
|
||||
|
||||
// Change version number in version.cpp also.
|
||||
// Change version number in version.cpp too.
|
||||
|
||||
#define VER_FILEVERSION 0,2,8,0
|
||||
#define VER_FILEVERSION_STR "0.2.8.0\0"
|
||||
#define VER_FILEVERSION 0,2,9,0
|
||||
#define VER_FILEVERSION_STR "0.2.9.0\0"
|
||||
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
||||
|
@ -48,7 +48,7 @@ extern const QString APP_VERSION;
|
|||
#define VER_COMPANYNAME_STR "ValentinaTeam"
|
||||
#define VER_FILEDESCRIPTION_STR "Patternmaking program."
|
||||
#define VER_INTERNALNAME_STR "Valentina"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014 Valentina Team"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2015 Valentina Team"
|
||||
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
||||
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
|
||||
#define VER_ORIGINALFILENAME_STR "valentina.exe"
|
||||
|
|
Loading…
Reference in New Issue
Block a user