![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define CUTTER_CHECK_VERSION (major, minor, micro) #define CUTTER_VERSION_MAJOR #define CUTTER_VERSION_MICRO #define CUTTER_VERSION_MINOR #define CUTTER_VERSION_STRING
Cutter provides version information, primarily useful in configure checks for builds that have a configure script. Tests will not typically use the features described here.
#define CUTTER_CHECK_VERSION(major, minor, micro)
Checks the version of the Cutter. Returns true if the version of the Cutter header files is the same as or newer than the passed-in version.
|
the major version number. |
|
the minor version number. |
|
the micro version number. |
Since 1.0.7