diff options
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index ba7b0e211b..77b0f66ef5 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1141,7 +1141,7 @@ int main(int argc, char *argv[]) "\n"); goto exit; case 'V': - printf("%s\n", VERSION); + printf("%s\n", UDEV_VERSION); goto exit; default: goto exit; |