From 5dd3152883b602b9e1cb5ff820505153bf252272 Mon Sep 17 00:00:00 2001 From: Rocky Bernstein Date: Wed, 27 Apr 2005 23:28:41 +0000 Subject: version.h: copy contents in case it's needed in the future. Probably libvcd/version.h can be deleted *.{c,h}: CdIo -> CdIo_t vcdplayer.c: change a debug switch xineplug_inp_vcd.c: playlist -> playback-control item to avoid confusion with front-end playlists. Mostly cosmetic changes. CVS patchset: 7509 CVS date: 2005/04/27 23:28:41 --- src/input/vcd/libvcd/libvcd/version.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/input/vcd/libvcd') 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 + -- cgit v1.2.3