Files
tracy/public/common/TracyVersion.hpp
Bartosz Taudul 099df3de3d Release 0.14.0.
2026-08-09 21:06:31 +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 = 0;
}
#endif