Skip to content

Commit

Permalink
Updating VersionCopy.h for updated version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
randomascii committed Nov 14, 2023
1 parent 1eb7309 commit 3f33ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIforETW/VersionCopy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// that is included hundreds of times.
// constexpr might help avoid that, but then it breaks my fragile upgrade-needed
// detection code, so this should be left as const.
const float kCurrentVersion = 1.58f;
const float kCurrentVersion = 1.59f;

// Put a "#define VERSION_SUFFIX 'b'" line here to add a minor version
// increment that won't trigger the new-version checks, handy for minor
Expand Down

0 comments on commit 3f33ef7

Please sign in to comment.