Skip to content

Commit

Permalink
Increment version number from 1.32 to 1.40
Browse files Browse the repository at this point in the history
The code that checked for new versions was discarding the last digit of
the version numbers that it read from the releases web page. This means
that it wouldn't notice new versions until the 0.1 column changes. So
I'm changing it. Apologies for the hack. The version checking code has
been fixed so incrementing the 0.01 column will be sufficient next time.
  • Loading branch information
Bruce Dawson committed Jul 8, 2016
1 parent 6c5a34d commit 852c5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIforETW/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// const float in a header file can lead to duplication of the storage
// but I don't really care in this case. Just don't do it with a header
// that is included hundreds of times.
const float kCurrentVersion = 1.32f;
const float kCurrentVersion = 1.40f;

0 comments on commit 852c5cd

Please sign in to comment.