21 #ifndef INCLUDE_OLA_BASE_VERSION_H_ 22 #define INCLUDE_OLA_BASE_VERSION_H_ 30 #define OLA_VERSION_MAJOR 0 31 #define OLA_VERSION_MINOR 10 32 #define OLA_VERSION_REVISION 8 76 unsigned int revision);
79 DISALLOW_COPY_AND_ASSIGN(
Version);
83 #endif // INCLUDE_OLA_BASE_VERSION_H_ static unsigned int GetRevision()
the revision number
Definition: Version.cpp:39
static unsigned int GetMajor()
the Major version number
Definition: Version.cpp:31
static bool IsAtLeast(unsigned int major, unsigned int minor, unsigned int revision)
Check the running version is newer than or equal to a specific version.
Definition: Version.cpp:49
Provides version information.
Definition: Version.h:40
static unsigned int GetMinor()
the Minor version number
Definition: Version.cpp:35
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
static std::string GetVersion()
the version number as a string.
Definition: Version.cpp:43