summaryrefslogtreecommitdiff
path: root/src/input/vcd/libvcd
diff options
context:
space:
mode:
authorRocky Bernstein <rockyb@users.sourceforge.net>2005-04-27 23:28:41 +0000
committerRocky Bernstein <rockyb@users.sourceforge.net>2005-04-27 23:28:41 +0000
commit5dd3152883b602b9e1cb5ff820505153bf252272 (patch)
treeb39304448e62f49c993e1b9029111427e6b0244d /src/input/vcd/libvcd
parentecad5362e5e57730308da93ec5287f60356e3e98 (diff)
downloadxine-lib-5dd3152883b602b9e1cb5ff820505153bf252272.tar.gz
xine-lib-5dd3152883b602b9e1cb5ff820505153bf252272.tar.bz2
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
Diffstat (limited to 'src/input/vcd/libvcd')
-rw-r--r--src/input/vcd/libvcd/libvcd/version.h12
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
+