7#define SISTA_VERSION "3.0.0"
8#define SISTA_VERSION_MAJOR 3
9#define SISTA_VERSION_MINOR 0
10#define SISTA_VERSION_PATCH 0
Sista library namespace.
Definition: ansi.cpp:25
int getVersionMinor()
Returns the minor version number of the Sista library.
Definition: version.hpp:46
const char * getVersion()
Returns the Sista library version as a string.
Definition: version.hpp:22
int getVersionPatch()
Returns the patch version number of the Sista library.
Definition: version.hpp:58
int getVersionMajor()
Returns the major version number of the Sista library.
Definition: version.hpp:34
#define SISTA_VERSION
Definition: version.hpp:7
#define SISTA_VERSION_MAJOR
Definition: version.hpp:8
#define SISTA_VERSION_PATCH
Definition: version.hpp:10
#define SISTA_VERSION_MINOR
Definition: version.hpp:9