We in beta from now.
--HG-- branch : release
This commit is contained in:
parent
ed2756bc6b
commit
948eef41e6
2
dist/win/inno/valentina.iss
vendored
2
dist/win/inno/valentina.iss
vendored
|
@ -10,7 +10,7 @@
|
||||||
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
|
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
|
||||||
; Appstatus: "" = release, "b" = beta, "a" = alpha
|
; Appstatus: "" = release, "b" = beta, "a" = alpha
|
||||||
; this only modifies the resulting exe name of the installer package ;-)
|
; this only modifies the resulting exe name of the installer package ;-)
|
||||||
#define MyAppStatus "a"
|
#define MyAppStatus "b"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application.
|
; NOTE: The value of AppId uniquely identifies this application.
|
||||||
|
|
|
@ -44,7 +44,7 @@ extern const int MAJOR_VERSION = 0;
|
||||||
extern const int MINOR_VERSION = 5;
|
extern const int MINOR_VERSION = 5;
|
||||||
extern const int DEBUG_VERSION = 0;
|
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));
|
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -46,7 +46,7 @@ extern const QString APP_VERSION_STR;
|
||||||
// Synchronize valentina.nsi
|
// Synchronize valentina.nsi
|
||||||
|
|
||||||
#define VER_FILEVERSION 0,5,0,0
|
#define VER_FILEVERSION 0,5,0,0
|
||||||
#define VER_FILEVERSION_STR "0.5.0.0a\0"
|
#define VER_FILEVERSION_STR "0.5.0.0b\0"
|
||||||
|
|
||||||
#define V_PRERELEASE // Mark prerelease builds
|
#define V_PRERELEASE // Mark prerelease builds
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ extern const QString APP_VERSION_STR;
|
||||||
#define VER_COMPANYNAME_STR "ValentinaTeam"
|
#define VER_COMPANYNAME_STR "ValentinaTeam"
|
||||||
//#define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program
|
//#define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program
|
||||||
//#define VER_INTERNALNAME_STR "Valentina" // Defined in program
|
//#define VER_INTERNALNAME_STR "Valentina" // Defined in program
|
||||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2016 Valentina Team"
|
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2017 Valentina Team"
|
||||||
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
||||||
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
|
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
|
||||||
//#define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program
|
//#define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program
|
||||||
|
|
Loading…
Reference in New Issue
Block a user