Top | ![]() |
![]() |
![]() |
![]() |
#define | GXPS_MAJOR_VERSION |
#define | GXPS_MINOR_VERSION |
#define | GXPS_MICRO_VERSION |
#define | GXPS_VERSION_STRING |
GXPS provides version information, primarily useful in configure checks for builds that have a configure script. Applications will not typically use the features described here.
#define GXPS_MAJOR_VERSION
The major version number of the GXPS header files (e.g. in GXPS version 0.1.2 this is 0.)
#define GXPS_MINOR_VERSION
The major version number of the GXPS header files (e.g. in GXPS version 0.1.2 this is 1.)
#define GXPS_MICRO_VERSION
The micro version number of the GXPS header files (e.g. in GXPS version 0.1.2 this is 2.)
#define GXPS_VERSION_STRING
The version number of the GXPS library as a string
Since: 0.2.1