Files
tracy/public/common/TracyVersion.hpp
Bartosz Taudul 30997d5ca6 Release 0.14.1.
2026-08-22 19:06:43 +02:00

12 lines
172 B
C++

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