1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 21:23:52 +00:00
tracy/server/TracyVersion.hpp

15 lines
170 B
C++

#ifndef __TRACYVERSION_HPP__
#define __TRACYVERSION_HPP__
namespace tracy
{
namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 12 };
}
}
#endif