summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/version.h b/include/version.h
deleted file mode 100644
index 09fd44ae..00000000
--- a/include/version.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#define VERSION "1.3.4"
-
-static void
-version(const char *progname)
-{
- printf("%s " VERSION "\n", progname);
-}
-