diff --git a/UIforETW/Version.h b/UIforETW/Version.h index b4d74fb7..a066ca95 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.48f; +const float kCurrentVersion = 1.49f; // 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