Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneSim committed Jan 25, 2020
1 parent 38688ea commit 59b6a7c
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 @@ -3,7 +3,7 @@

int const VERSION_MAJOR = 1;
int const VERSION_MINOR = 2;
int const VERSION_PATCH = 0;
int const VERSION_PATCH = 1;
bool const VERSION_PRERELEASE = false;

QString const VERSION_STRING = VERSION_PRERELEASE ? QString("%1.%2.%3 (Beta)")
Expand Down

0 comments on commit 59b6a7c

Please sign in to comment.