|
libcdio 2.3.0
|
A file containing the libcdio package version number (20201) and OS build name. More...
Go to the source code of this file.
Macros | |
| #define | CDIO_VERSION "2.3.0" |
| #define | LIBCDIO_VERSION_NUM 20201 |
Variables | |
| const char * | cdio_version_string |
| const unsigned int | libcdio_version_num |
A file containing the libcdio package version number (20201) and OS build name.
| #define CDIO_VERSION "2.3.0" |
CDIO_VERSION is a C-Preprocessor macro of a string that shows what version is used. cdio_version_string has the same value, but it is a constant variable that can be accessed at run time.
| #define LIBCDIO_VERSION_NUM 20201 |
LIBCDIO_VERSION_NUM is a C-Preprocessor macro that can be used for testing in the C preprocessor. libcdio_version_num has the same value, but it is a constant variable that can be accessed at run time.
|
extern |
= CDIO_VERSION
|
extern |
= LIBCDIO_VERSION_NUM
1.16.1