summaryrefslogtreecommitdiff
path: root/src/input/vcd/libvcd/version.h
blob: d1f658c23b4b20a76de233758d83385ec6d458be (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: version.h,v 1.1 2005/01/01 02:43:59 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