diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-17 21:11:05 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-17 21:11:05 +0000 |
commit | 5293eed5427b1c78124963ac24b0ac43140bdfda (patch) | |
tree | eca2c4fdd1c950e781d924e7ee44334ed7dd455a /perl-install/Xconfig/card.pm | |
parent | 19c2f802365ec43544750d749cde87c540be082f (diff) | |
download | drakx-5293eed5427b1c78124963ac24b0ac43140bdfda.tar drakx-5293eed5427b1c78124963ac24b0ac43140bdfda.tar.gz drakx-5293eed5427b1c78124963ac24b0ac43140bdfda.tar.bz2 drakx-5293eed5427b1c78124963ac24b0ac43140bdfda.tar.xz drakx-5293eed5427b1c78124963ac24b0ac43140bdfda.zip |
well we reverted to 4.3
Diffstat (limited to 'perl-install/Xconfig/card.pm')
-rw-r--r-- | perl-install/Xconfig/card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index a483365d4..27d1583c5 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -444,7 +444,7 @@ sub multi_head_choices { } #- XFree version available, it would be better to parse available package and get version from it. -sub xfree4_version() { '4.4' } +sub xfree4_version() { '4.3' } sub xfree3_version() { '3.3.6' } sub xfree_and_glx_choices { |