aboutsummaryrefslogtreecommitdiffstats
path: root/version.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'version.c.in')
-rw-r--r--version.c.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/version.c.in b/version.c.in
new file mode 100644
index 0000000..a3a80b0
--- /dev/null
+++ b/version.c.in
@@ -0,0 +1,6 @@
+/* $Id: version.c.in,v 1.1 2001/12/07 19:50:38 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.2.2+cvs"
+
+#ifndef FM_H
+char *w3m_version = CURRENT_VERSION;
+#endif /* not FM_H */