From 321b8997ef72507ac70b5531789ff08ca9d40ce8 Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Thu, 19 Jul 2018 12:02:44 -0700 Subject: [PATCH] Version bumped to 6.11.0 Added a temporary fix for some RAGE 128 Pro models misidentifying VGA as DVI and not able to automatically select the proper screen resolution via the use of EDID (Extended Display Identification). Signed-off-by: Kevin Brace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 961d974..c1738bf 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-r128], - [6.10.2], + [6.11.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-r128]) AC_CONFIG_SRCDIR([Makefile.am]) -- GitLab