Skip to content

Commit 0753956

Browse files
committed
Release 0.11.0.
1 parent 521e371 commit 0753956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
22
be able to talk with each other. Network protocol breakages won't be listed
33
here.
44

5-
vx.xx.x (xxxx-xx-xx)
5+
v0.11.0 (2024-07-16)
66
--------------------
77

88
- Support for pre-0.9 traces has been dropped.

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=1.1.0')
1+
project('tracy', ['cpp'], version: '0.11.0', meson_version: '>=1.1.0')
22

33
# internal compiler flags
44
tracy_compile_args = []

public/common/TracyVersion.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace tracy
66
namespace Version
77
{
88
enum { Major = 0 };
9-
enum { Minor = 10 };
9+
enum { Minor = 11 };
1010
enum { Patch = 0 };
1111
}
1212
}

0 commit comments

Comments
 (0)