Skip to content

Commit

Permalink
Bump to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Nov 29, 2021
1 parent a780f02 commit af18821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define VERS_MAJOR 1
#define VERS_MINOR 11
#define VERS_PATCH 0 // negative patch number designates a development version
#define VERS_PATCH 1 // negative patch number designates a development version

// returns +1 if newer, -1 if older and 0 if equal
inline int cmpVers(int major, int minor, int patch)
Expand Down

0 comments on commit af18821

Please sign in to comment.