mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Release 0.11.0.
This commit is contained in:
parent
521e371c60
commit
075395620a
2
NEWS
2
NEWS
@ -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
|
be able to talk with each other. Network protocol breakages won't be listed
|
||||||
here.
|
here.
|
||||||
|
|
||||||
vx.xx.x (xxxx-xx-xx)
|
v0.11.0 (2024-07-16)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
- Support for pre-0.9 traces has been dropped.
|
- Support for pre-0.9 traces has been dropped.
|
||||||
|
@ -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
|
# internal compiler flags
|
||||||
tracy_compile_args = []
|
tracy_compile_args = []
|
||||||
|
@ -6,7 +6,7 @@ namespace tracy
|
|||||||
namespace Version
|
namespace Version
|
||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 10 };
|
enum { Minor = 11 };
|
||||||
enum { Patch = 0 };
|
enum { Patch = 0 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user