Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey_Shmuley authored and Alexey_Shmuley committed Jan 5, 2018
1 parent 5a1bd31 commit 287a2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/vmisc/projectversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern const int MINOR_VERSION = 6;
extern const int DEBUG_VERSION = 0;


extern const int SUPER_MINOR__VERSION = 0;
extern const int SUPER_MINOR__VERSION = 1;
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
.arg(DEBUG_VERSION).arg(SUPER_MINOR__VERSION));

Expand Down

0 comments on commit 287a2d9

Please sign in to comment.