check_paranoia.sh.in: Add a more agressive paranoia test.

*version.h*: Include build name in version listings.
This commit is contained in:
rocky
2005-01-22 19:39:16 +00:00
parent 9ff5a5efa4
commit 37d52c861d
3 changed files with 23 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
/* $Id: version.h.in,v 1.4 2004/03/20 12:43:13 rocky Exp $ */
/* $Id: version.h.in,v 1.5 2005/01/22 19:39:16 rocky Exp $ */
/** \file version.h
* \brief A file simply containing the library version number.
*/
/*! CDIO_VERSION can as a string in programs to show what version is used. */
#define CDIO_VERSION "@VERSION@"
#define CDIO_VERSION "@VERSION@ @build@"
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@