summaryrefslogtreecommitdiffstats
path: root/mount/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/version.c')
-rw-r--r--mount/version.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mount/version.c b/mount/version.c
index 0c9363d37..790c447bf 100644
--- a/mount/version.c
+++ b/mount/version.c
@@ -1 +1,2 @@
-char version[] = "mount-2.8";
+#include "../version.h"
+char version[] = "mount-" UTIL_LINUX_VERSION;