diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-18 13:42:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-18 13:42:54 +0000 |
commit | 87529b030185e9f5b0626dc1fd8d5303a4127998 (patch) | |
tree | 9bcd128cd39ed4645dc49efc2d42f964752040af | |
parent | 35f485da5f9c0f1dfcca3513df0b03556f93f19a (diff) | |
download | drakx-backup-do-not-use-87529b030185e9f5b0626dc1fd8d5303a4127998.tar drakx-backup-do-not-use-87529b030185e9f5b0626dc1fd8d5303a4127998.tar.gz drakx-backup-do-not-use-87529b030185e9f5b0626dc1fd8d5303a4127998.tar.bz2 drakx-backup-do-not-use-87529b030185e9f5b0626dc1fd8d5303a4127998.tar.xz drakx-backup-do-not-use-87529b030185e9f5b0626dc1fd8d5303a4127998.zip |
VERSION is now DISTRIB_VERSION
-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; |