Skip to content

Commit

Permalink
Increase version to 1.48 in preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
randomascii committed Aug 4, 2017
1 parent 02a3c58 commit 504d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIforETW/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 504d69f

Please sign in to comment.