summaryrefslogtreecommitdiffstats
path: root/kbiff/version.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-02 18:32:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-02 18:32:11 +0200
commit5ec5bc2080bbc41e025fb98e6571a2c281b775cb (patch)
treea73cf2c57d306e6ce092996f70b29b8fbc0a006b /kbiff/version.h
downloadkbiff-5ec5bc2080bbc41e025fb98e6571a2c281b775cb.tar.gz
kbiff-5ec5bc2080bbc41e025fb98e6571a2c281b775cb.zip
Initial import
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