close
Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit c54ed34

Browse files
committed
Updating VersionCopy.h for updated version checking
1 parent 495b9f3 commit c54ed34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎UIforETW/VersionCopy.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// that is included hundreds of times.
66
// constexpr might help avoid that, but then it breaks my fragile upgrade-needed
77
// detection code, so this should be left as const.
8-
const float kCurrentVersion = 1.56f;
8+
const float kCurrentVersion = 1.57f;
99

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

0 commit comments

Comments
 (0)