23 #include <lomiri/SymbolExport.h>
25 #ifndef LOMIRI_API_VERSION_H
26 #define LOMIRI_API_VERSION_H
28 #define LOMIRI_API_VERSION_MAJOR 0
29 #define LOMIRI_API_VERSION_MINOR 1
30 #define LOMIRI_API_VERSION_MICRO 7
32 #define LOMIRI_API_VERSION_STRING "0.1.7"
int minor_version()
Returns the minor version number of the Lomiri API library.
Definition: Version.cpp:36
int micro_version()
Returns the micro version number of the Lomiri API library.
Definition: Version.cpp:42
const char * str()
Returns the Lomiri API version as a string in the format <major>.<minor>.<micro>.
Definition: Version.cpp:48
int major_version()
Returns the major version number of the Lomiri API library.
Definition: Version.cpp:30
Top-level namespace for all things Lomiri-related.
Definition: Version.h:38