diff options
Diffstat (limited to 'mount/version.c')
-rw-r--r-- | mount/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mount/version.c b/mount/version.c index 0c9363d3..790c447b 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; |