libcdio  2.1.0
Macros | Variables
version.h File Reference

A file containing the libcdio package version number (20100) and OS build name. More...

Go to the source code of this file.

Macros

#define CDIO_VERSION   "2.1.0 x86_64-pc-linux-gnu"
 
#define LIBCDIO_VERSION_NUM   20100
 

Variables

const char * cdio_version_string
 
const unsigned int libcdio_version_num
 

Detailed Description

A file containing the libcdio package version number (20100) and OS build name.

Macro Definition Documentation

◆ CDIO_VERSION

#define CDIO_VERSION   "2.1.0 x86_64-pc-linux-gnu"

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.

◆ LIBCDIO_VERSION_NUM

#define LIBCDIO_VERSION_NUM   20100

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.

Variable Documentation

◆ cdio_version_string

const char* cdio_version_string

= CDIO_VERSION

◆ libcdio_version_num

const unsigned int libcdio_version_num

= LIBCDIO_VERSION_NUM