diff options
-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 1041b6e9e..4a16e04fb 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -396,7 +396,7 @@ sub multi_head_choices { } #- Xorg version available, it would be better to parse available package and get version from it. -sub xorg_version() { '6.8.2' } +sub xorg_version() { '6.9' } sub xfree_and_glx_choices { my ($card) = @_; |