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, 11 insertions, 0 deletions
diff --git a/src/input/vcd/libvcd/version.h b/src/input/vcd/libvcd/version.h
new file mode 100644
index 000000000..d1f658c23
--- /dev/null
+++ b/src/input/vcd/libvcd/version.h
@@ -0,0 +1,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
+