mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +00:00
Release 0.6.1.
This commit is contained in:
parent
2aad20e2f7
commit
5b83ae4381
4
NEWS
4
NEWS
@ -6,8 +6,8 @@ Note: Release numbers are nothing more than numbers. There are some
|
|||||||
"missing" versions due to trace file changes during development. This is not
|
"missing" versions due to trace file changes during development. This is not
|
||||||
a mistake.
|
a mistake.
|
||||||
|
|
||||||
v0.7 (xxxx-xx-xx)
|
v0.6.1 (2019-11-28)
|
||||||
-----------------
|
-------------------
|
||||||
|
|
||||||
- Dropped support for pre-v0.5 traces.
|
- Dropped support for pre-v0.5 traces.
|
||||||
- Improve BSD support.
|
- Improve BSD support.
|
||||||
|
@ -7,7 +7,7 @@ namespace Version
|
|||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 6 };
|
enum { Minor = 6 };
|
||||||
enum { Patch = 0 };
|
enum { Patch = 1 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user