diff --git a/UIforETW/Version.h b/UIforETW/Version.h index 84b16dae..e277229c 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.51f; +const float kCurrentVersion = 1.52f; // 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