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

Commit 04ca2f9

Browse files
committed
Increase version to 1.46 in preparation for new release
1 parent cd47a9d commit 04ca2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIforETW/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// const float in a header file can lead to duplication of the storage
44
// but I don't really care in this case. Just don't do it with a header
55
// that is included hundreds of times.
6-
const float kCurrentVersion = 1.45f;
6+
const float kCurrentVersion = 1.46f;
77

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

0 commit comments

Comments
 (0)