We in beta from now.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2017-04-10 19:21:45 +03:00
parent ed2756bc6b
commit 948eef41e6
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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));
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------

View File

@ -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