summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..aa37a4a
--- /dev/null
+++ b/version.h
@@ -0,0 +1,14 @@
+/*
+ * version.h: A plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id$
+ */
+
+#ifndef __version_h_
+#define __version_h_
+
+static const char *VERSION = "0.0.3";
+
+#endif \ No newline at end of file