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 cfeaa3357..63a60f8e7 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -394,7 +394,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.7.0' } +sub xorg_version() { '6.8.2' } sub xfree_and_glx_choices { my ($card) = @_; |