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 2
30#define LOMIRI_API_VERSION_MICRO 0
32#define LOMIRI_API_VERSION_STRING "0.2.0"
Top-level namespace for public functionality of the Lomiri API.
Definition Version.h:44
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 minor_version()
Returns the minor version number of the Lomiri API library.
Definition Version.cpp:36
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