aboutsummaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..b95c872
--- /dev/null
+++ b/version.h
@@ -0,0 +1,9 @@
+#ifndef _VERSION_H
+#define _VERSION_H
+
+
+/* do not change this line - Makefile's 'tar' target depends on it */
+#define VERSION "0.6"
+
+
+#endif
bgstack15