Increment version number.
--HG-- branch : release
This commit is contained in:
parent
fc693a94e9
commit
17d1a6911b
|
@ -33,7 +33,7 @@
|
|||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 3;
|
||||
extern const int DEBUG_VERSION = 0;
|
||||
extern const int DEBUG_VERSION = 1;
|
||||
|
||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||
|
|
|
@ -39,8 +39,8 @@ extern const QString APP_VERSION;
|
|||
|
||||
// Change version number in version.cpp too.
|
||||
|
||||
#define VER_FILEVERSION 0,3,0,0
|
||||
#define VER_FILEVERSION_STR "0.3.0.0\0"
|
||||
#define VER_FILEVERSION 0,3,1,0
|
||||
#define VER_FILEVERSION_STR "0.3.1.0\0"
|
||||
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
||||
|
|
Loading…
Reference in New Issue
Block a user