summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/version.h b/version.h
index 030f84979..4b8deb079 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,3 @@
-#define UTIL_LINUX 1
-char *util_linux_version="util-linux 2.8";
+#define UTIL_LINUX_VERSION "2.9i"
+
+const char * const util_linux_version = "util-linux " UTIL_LINUX_VERSION;