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 9
75 unsigned int revision);
Provides version information. OLA Version numbers are in the form major.minor.revision e....
Definition Version.h:39
static unsigned int GetMajor()
the Major version number
Definition Version.cpp:31
static std::string GetVersion()
the version number as a string.
Definition Version.cpp:43
static unsigned int GetMinor()
the Minor version number
Definition Version.cpp:35
static unsigned int GetRevision()
the revision number
Definition Version.cpp:39
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
The namespace containing all OLA symbols.
Definition Credentials.cpp:44