Merge branch 'master' of rocky@git.sv.gnu.org:/srv/git/libcdio
This commit is contained in:
@@ -5,15 +5,15 @@
|
|||||||
* number (@LIBCDIO_VERSION_NUM@) and OS build name.
|
* number (@LIBCDIO_VERSION_NUM@) and OS build name.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! CDIO_VERSION can as a string in programs to show what version is
|
/*! CDIO_VERSION is a C-Preprocessor macro of a string that shows what
|
||||||
used. cdio_version_string is the same thing but represented as a
|
version is used. cdio_version_string has the same value, but it is a
|
||||||
constant in memory. */
|
constant variable that can be accessed at run time. */
|
||||||
#define CDIO_VERSION "@VERSION@ @build@"
|
#define CDIO_VERSION "@VERSION@ @build@"
|
||||||
extern const char *cdio_version_string; /**< = CDIO_VERSION */
|
extern const char *cdio_version_string; /**< = CDIO_VERSION */
|
||||||
|
|
||||||
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor,
|
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor,
|
||||||
libcdio_version_num is the same thing but reresented as a constant
|
libcdio_version_num has the same value, but it is a constant variable
|
||||||
in memory. */
|
that can be accessed at run time. */
|
||||||
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@
|
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@
|
||||||
|
|
||||||
extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */
|
extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */
|
||||||
|
|||||||
Reference in New Issue
Block a user