Skip to content

Commit

Permalink
Version 21.02
Browse files Browse the repository at this point in the history
  • Loading branch information
mcejp committed Feb 9, 2021
1 parent 7393f9f commit 87a5d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ constexpr int MEASUREMENT_PWM_RANGE_COEFF = 24;

constexpr char OPTIONS_FILE_NAME[] = "options.ini";

constexpr char DISPLAY_VERSION[] = "git_master";
constexpr char DISPLAY_VERSION[] = "21.02";

// http://stackoverflow.com/a/13094362
static double round_to_digits(double value, int digits)
Expand Down

0 comments on commit 87a5d45

Please sign in to comment.