summaryrefslogtreecommitdiff
path: root/src/input/vcd/libvcd/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/vcd/libvcd/version.h')
-rw-r--r--src/input/vcd/libvcd/version.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/input/vcd/libvcd/version.h b/src/input/vcd/libvcd/version.h
deleted file mode 100644
index d1f658c23..000000000
--- a/src/input/vcd/libvcd/version.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* $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
-