diff options
Diffstat (limited to 'include/cdio/version.h')
-rw-r--r-- | include/cdio/version.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cdio/version.h b/include/cdio/version.h new file mode 100644 index 00000000..8eb564dc --- /dev/null +++ b/include/cdio/version.h @@ -0,0 +1,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 (82) and OS build name. + */ + +/*! CDIO_VERSION can as a string in programs to show what version is used. */ +#define CDIO_VERSION "0.82 i686-pc-linux-gnu" + +/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ +#define LIBCDIO_VERSION_NUM 82 |