diff options
Diffstat (limited to 'contrib/libcdio/cdio/version.h')
-rw-r--r-- | contrib/libcdio/cdio/version.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libcdio/cdio/version.h b/contrib/libcdio/cdio/version.h new file mode 100644 index 000000000..345924cab --- /dev/null +++ b/contrib/libcdio/cdio/version.h @@ -0,0 +1,10 @@ +/* $Id: version.h,v 1.2 2004/04/11 12:20:31 miguelfreitas 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 "0.68" + +/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ +#define LIBCDIO_VERSION_NUM 68 |