aboutsummaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..011d7ac
--- /dev/null
+++ b/version.h
@@ -0,0 +1,12 @@
+#ifndef NITROKEYAPP_VERSION_H
+#define NITROKEYAPP_VERSION_H
+
+#include <string>
+
+namespace Version {
+ extern const std::string version;
+ extern const std::string version_more;
+};
+
+
+#endif //NITROKEYAPP_VERSION_H