#include "soprano_export.h"
Go to the source code of this file.
Namespaces | |
| namespace | Soprano |
Defines | |
| #define | SOPRANO_VERSION_STRING "2.0.3" |
| Soprano version as string at compile time. | |
| #define | SOPRANO_VERSION_MAJOR 2 |
| The major Soprano version number at compile time. | |
| #define | SOPRANO_VERSION_MINOR 0 |
| The minor Soprano version number at compile time. | |
| #define | SOPRANO_VERSION_RELEASE 3 |
| The Soprano release version number at compile time. | |
Functions | |
| SOPRANO_EXPORT unsigned int | Soprano::versionMajor () |
| Returns the major number of Soprano's version, e.g. 1 for Soprano 1.0.2. | |
| SOPRANO_EXPORT unsigned int | Soprano::versionMinor () |
| Returns the minor number of Soprano's version, e.g. 0 for Soprano 1.0.2. | |
| SOPRANO_EXPORT unsigned int | Soprano::versionRelease () |
| Returns the release of Soprano's version, e.g. 2 for Soprano 1.0.2. | |
| SOPRANO_EXPORT const char * | Soprano::versionString () |
| Returns the Soprano version as string, e.g. "1.0.2". | |
| #define SOPRANO_VERSION_STRING "2.0.3" |
| #define SOPRANO_VERSION_MAJOR 2 |
| #define SOPRANO_VERSION_MINOR 0 |
| #define SOPRANO_VERSION_RELEASE 3 |
1.5.4