22 #ifndef REGILO_VERSION_HPP 23 #define REGILO_VERSION_HPP 44 #endif // REGILO_VERSION_HPP Definition: controller.hpp:35
static const std::string VERSION
The whole version number in format <major>[.<minor>[.<patch>[.<tweak>]]].
Definition: version.hpp:35
static const std::string VERSION_PATCH
The patch part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]).
Definition: version.hpp:38
static const std::string VERSION_TWEAK
The tweak part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]).
Definition: version.hpp:39
static const std::string VERSION_MINOR
The minor part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]).
Definition: version.hpp:37
static const std::string VERSION_MAJOR
The major part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]).
Definition: version.hpp:36
The Version class is used to store version information.
Definition: version.hpp:32