From 504d69fb848c13a69d7747f85f541b3ac3cf8019 Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Thu, 3 Aug 2017 23:35:22 -0700 Subject: [PATCH] Increase version to 1.48 in preparation for new release --- UIforETW/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIforETW/Version.h b/UIforETW/Version.h index 644a3352..b4d74fb7 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.47f; +const float kCurrentVersion = 1.48f; // 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