From 66c2f5368ab05d9896e7a84594629f084445e235 Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Wed, 8 Mar 2023 12:02:56 -0800 Subject: [PATCH] Update version number to 1.58 --- UIforETW/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIforETW/Version.h b/UIforETW/Version.h index 54f35aa7..fc9175e8 100644 --- a/UIforETW/Version.h +++ b/UIforETW/Version.h @@ -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.57f; +const float kCurrentVersion = 1.58f; // 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