summaryrefslogtreecommitdiffstats
path: root/sys-utils/readprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/readprofile.c')
-rw-r--r--sys-utils/readprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index d70eb7339..6e1c3fcf0 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -195,7 +195,7 @@ main(int argc, char **argv) {
break;
case 'V':
printf(_("%s version %s\n"), prgname,
- UTIL_LINUX_VERSION);
+ VERSION);
exit(0);
default:
usage();