summaryrefslogtreecommitdiff
path: root/udev/udevtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udevtest.c')
-rw-r--r--udev/udevtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevtest.c b/udev/udevtest.c
index d5e90b02c6..2b43691f39 100644
--- a/udev/udevtest.c
+++ b/udev/udevtest.c
@@ -91,7 +91,7 @@ int udevtest(int argc, char *argv[], char *envp[])
{}
};
- info("version %s\n", UDEV_VERSION);
+ info("version %s\n", VERSION);
udev_config_init();
if (udev_log_priority < LOG_INFO) {
char priority[32];