This file defines library export definitions, version numbers and build information. More...

Go to the source code of this file.
Namespaces | |
| namespace | alvar |
Main ALVAR namespace. | |
Defines | |
| #define | ALVAR_EXPORT |
Variables | |
| static const char * | alvar::ALVAR_DATE = "2012-06-20" |
| Date the library was built. | |
| static const char * | alvar::ALVAR_SYSTEM = "Linux 3.2.0-24-generic x86_64" |
| System the library was built on. | |
| static const char * | alvar::ALVAR_VERSION = "2.0.0" |
| Entire version string. | |
| static const int | alvar::ALVAR_VERSION_MAJOR = 2 |
| Major version number. | |
| static const int | alvar::ALVAR_VERSION_MINOR = 0 |
| Minor version number. | |
| static const char * | alvar::ALVAR_VERSION_NODOTS = "200" |
| Entire version string without dots. | |
| static const int | alvar::ALVAR_VERSION_PATCH = 0 |
| Patch version number. | |
| static const char * | alvar::ALVAR_VERSION_REVISION = "" |
| Revision version string. | |
| static const char * | alvar::ALVAR_VERSION_TAG = "" |
| Tag version string. | |
This file defines library export definitions, version numbers and build information.
Definition in file Alvar.h.
| #define ALVAR_EXPORT |