Files
tracy/public/common/TracyVersion.hpp
2026-06-21 00:56:32 +02:00

12 lines
172 B
C++

#ifndef __TRACYVERSION_HPP__
#define __TRACYVERSION_HPP__
namespace tracy::Version
{
constexpr int Major = 0;
constexpr int Minor = 13;
constexpr int Patch = 4;
}
#endif