chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / lib / version.c
diff --git a/lib/version.c b/lib/version.c
deleted file mode 100644 (file)
index 931280d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*  $Id: version.c 3989 2000-10-01 01:59:45Z rra $
-**
-**  INN compile-time version information.
-*/
-
-#include "config.h"
-#include "inn/version.h"
-
-const int inn_version[3] = {
-    INN_VERSION_MAJOR, INN_VERSION_MINOR, INN_VERSION_PATCH
-};
-const char inn_version_extra[]  = INN_VERSION_EXTRA;
-const char inn_version_string[] = INN_VERSION_STRING;