summaryrefslogtreecommitdiffstats
path: root/kbiff/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/version.h')
-rw-r--r--kbiff/version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kbiff/version.h b/kbiff/version.h
new file mode 100644
index 0000000..cc37c2f
--- /dev/null
+++ b/kbiff/version.h
@@ -0,0 +1,12 @@
+/*
+ * version.h
+ * Copyright (C) 2008 Kurt Granroth <granroth@kde.org>
+ *
+ * This file contains the current version number.
+ */
+#ifndef VERSION_H
+#define VERSION_H
+
+extern const char *kbiff_version;
+
+#endif // VERSION_H