From 87529b030185e9f5b0626dc1fd8d5303a4127998 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Jan 2005 13:42:54 +0000 Subject: VERSION is now DISTRIB_VERSION --- mdk-stage1/rescue-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/rescue-gui.c') 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; -- cgit v1.2.1