version.h | version.h | |||
---|---|---|---|---|
/* $Id: version.h.in,v 1.1 2005/04/08 01:49:35 rockyb Exp $ */ | /* $Id: version.h.in,v 1.1 2005/04/08 01:49:35 rockyb Exp $ */ | |||
/** \file version.h | /** \file version.h | |||
* | * | |||
* \brief A file containing the libcdio package version | * \brief A file containing the libcdio package version | |||
* number (131) and OS build name. | * number (131) and OS build name. | |||
*/ | */ | |||
/*! CDDB_VERSION can as a string in programs to show what version is used. */ | /*! CDDB_VERSION can as a string in programs to show what version is used. */ | |||
#define CDDB_VERSION "1.3.1 i686-pc-linux-gnu" | #define CDDB_VERSION "1.3.2 i686-pc-linux-gnu" | |||
/*! LIBCDDB_VERSION_NUM can be used for testing in the C preprocessor */ | /*! LIBCDDB_VERSION_NUM can be used for testing in the C preprocessor */ | |||
#define LIBCDDB_VERSION_NUM 131 | #define LIBCDDB_VERSION_NUM 131 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||