Skip to content

Commit

Permalink
Release of version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneSim committed Jun 22, 2017
1 parent 9744470 commit 91eb6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
int const VERSION_MAJOR = 1;
int const VERSION_MINOR = 1;
int const VERSION_PATCH = 0;
bool const VERSION_PRERELEASE = true;
bool const VERSION_PRERELEASE = false;

QString const VERSION_STRING = VERSION_PRERELEASE ? QString("%1.%2.%3 (Beta)").arg(VERSION_MAJOR).arg(VERSION_MINOR).arg(VERSION_PATCH) : QString("%1.%2.%3").arg(VERSION_MAJOR).arg(VERSION_MINOR).arg(VERSION_PATCH);

Expand Down

0 comments on commit 91eb6bb

Please sign in to comment.