From 863ebc88c185088ae4c5237bdf0a96a7d800f76d Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Tue, 23 Aug 2016 09:05:00 -0700 Subject: [PATCH] Increment version number to 1.42 --- UIforETW/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIforETW/Version.h b/UIforETW/Version.h index 893242d8..2d84856f 100644 --- a/UIforETW/Version.h +++ b/UIforETW/Version.h @@ -3,4 +3,4 @@ // 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.41f; +const float kCurrentVersion = 1.42f;