diff options
-rw-r--r-- | mdk-stage1/rescue-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/rescue-gui.c b/mdk-stage1/rescue-gui.c index a07b8080d..be63229e8 100644 --- a/mdk-stage1/rescue-gui.c +++ b/mdk-stage1/rescue-gui.c @@ -174,7 +174,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) mount_parts, go_to_console, reboot_, doc, NULL }; char * choice; - init_frontend("Welcome to " DISTRIB_NAME " Rescue (" VERSION ") " __DATE__ " " __TIME__); + init_frontend("Welcome to " DISTRIB_NAME " Rescue (" DISTRIB_VERSION ") " __DATE__ " " __TIME__); do { int pid; |