summaryrefslogtreecommitdiff
path: root/include/cdio/version.h.in
blob: 17d199e77928420ee7eb60c8c0c476fa8727d2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
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@