This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/include/cdio/version.h.in

11 lines
389 B
C
Raw Normal View History

2004-03-20 12:43:13 +00:00
/* $Id: version.h.in,v 1.4 2004/03/20 12:43:13 rocky Exp $ */
2003-11-17 11:50:37 +00:00
/** \file version.h
* \brief A file simply containing the library version number.
*/
2004-03-20 12:43:13 +00:00
/*! CDIO_VERSION can as a string in programs to show what version is used. */
2003-04-22 12:12:06 +00:00
#define CDIO_VERSION "@VERSION@"
2004-03-20 12:43:13 +00:00
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@