aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--version.c6
-rw-r--r--version.c.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/version.c b/version.c
deleted file mode 100644
index 0d12373..0000000
--- a/version.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* $Id: version.c,v 1.6 2001/11/29 09:34:15 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.2.2"
-
-#ifndef FM_H
-char *w3m_version = CURRENT_VERSION;
-#endif /* not FM_H */
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 */