oden/third-party/vendor/tracy-client-sys/tracy/common/TracyVersion.hpp
2024-03-08 11:03:01 -08:00

14 lines
169 B
C++

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