From a6bc9eda5224f058ae296ea4967b7d52cbcba204 Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Mon, 26 Sep 2016 20:30:00 -0700 Subject: [PATCH] Change to version 1.43 --- UIforETW/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIforETW/Version.h b/UIforETW/Version.h index 40fa1e87..5b5fd771 100644 --- a/UIforETW/Version.h +++ b/UIforETW/Version.h @@ -3,7 +3,7 @@ // 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.42f; +const float kCurrentVersion = 1.43f; // 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