diff options
Diffstat (limited to 'src/input/vcd/libvcd')
| -rw-r--r-- | src/input/vcd/libvcd/libvcd/version.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/input/vcd/libvcd/libvcd/version.h b/src/input/vcd/libvcd/libvcd/version.h index d71374724..0cd2096d3 100644 --- a/src/input/vcd/libvcd/libvcd/version.h +++ b/src/input/vcd/libvcd/libvcd/version.h @@ -1 +1,11 @@ -#define LIBVCD_VERSION "0.7.20a" +/* $Id: version.h,v 1.4 2005/04/27 23:28:42 rockyb Exp $ */ +/** \file version.h + * \brief A file simply containing the library version number. + */ + +/*! LIBVCD_VERSION can as a string in programs to show what version is used. */ +#define LIBVCD_VERSION "0.7.21-" + +/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ +#define LIBVCD_VERSION_NUM 21 + |
