First commit after CVS conversion. Should be just administrative changes.

This commit is contained in:
R. Bernstein
2008-11-29 00:56:26 -05:00
parent 4ea407f746
commit 95f087cdc3
413 changed files with 86786 additions and 86 deletions

12
include/cdio/version.h.in Normal file
View File

@@ -0,0 +1,12 @@
/* $Id: version.h.in,v 1.6 2005/01/29 20:54:20 rocky Exp $ */
/** \file version.h
*
* \brief A file containing the libcdio package version
* number (@LIBCDIO_VERSION_NUM@) and OS build name.
*/
/*! CDIO_VERSION can as a string in programs to show what version is used. */
#define CDIO_VERSION "@VERSION@ @build@"
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@