aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/version.c b/version.c
new file mode 100644
index 0000000..0986ca1
--- /dev/null
+++ b/version.c
@@ -0,0 +1,5 @@
+#define CURRENT_VERSION "w3m/0.2.1"
+
+#ifndef FM_H
+char *version = CURRENT_VERSION;
+#endif /* not FM_H */