Skip to content

Commit

Permalink
Release 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Jul 16, 2024
1 parent 521e371 commit 0753956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
be able to talk with each other. Network protocol breakages won't be listed
here.

vx.xx.x (xxxx-xx-xx)
v0.11.0 (2024-07-16)
--------------------

- Support for pre-0.9 traces has been dropped.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=1.1.0')
project('tracy', ['cpp'], version: '0.11.0', meson_version: '>=1.1.0')

# internal compiler flags
tracy_compile_args = []
Expand Down
2 changes: 1 addition & 1 deletion public/common/TracyVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 10 };
enum { Minor = 11 };
enum { Patch = 0 };
}
}
Expand Down

0 comments on commit 0753956

Please sign in to comment.