1/* $Id$ */
2/** \file version.h
3 *  \brief  A file simply containing the library version number.
4 */
5
6/*! LIBVCD_VERSION can as a string in programs to show what version is used. */
7#define LIBVCD_VERSION "@VERSION@"
8
9/*! LIBVCD_VERSION_NUM  can be used for testing in the C preprocessor */
10#define LIBVCD_VERSION_NUM @LIBVCD_VERSION_NUM@
11
12