summaryrefslogtreecommitdiff
path: root/include/cddb/version.h.in
blob: 48d4c3fcf36e79adb17f3a568f262fee05244444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: version.h.in,v 1.1 2005/04/08 01:49:35 rockyb Exp $ */
/** \file version.h 
 *
 *  \brief A file containing the libcdio package version
 *  number (@LIBCDDB_VERSION_NUM@) and OS build name. 
 */

/*! CDDB_VERSION can as a string in programs to show what version is used. */
#define CDDB_VERSION "@VERSION@ @build@"

/*! LIBCDDB_VERSION_NUM  can be used for testing in the C preprocessor */
#define LIBCDDB_VERSION_NUM @LIBCDDB_VERSION_NUM@