Searched refs:VERSION_MINOR (Results 1 – 9 of 9) sorted by relevance
35 #define VERSION_MINOR 0U macro66 return (VERSION_MAJOR << 16U) + (VERSION_MINOR << 8U) + VERSION_PATCH; in GetCurrentVersion()
175 static constexpr int VERSION_MINOR = 1; variable
131 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
36 static const uint32_t VERSION_MINOR { 0u }; in SCENE_BEGIN_NAMESPACE()
177 static constexpr int VERSION_MINOR = 0; variable
271 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
289 static constexpr int VERSION_MINOR = 0; variable
647 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
559 const IoUtil::CompatibilityInfo info { VERSION_MAJOR, VERSION_MINOR, type }; in WriteEntityCollection()