diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2018-07-19 12:02:44 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2018-07-19 12:06:47 -0700 |
commit | 321b8997ef72507ac70b5531789ff08ca9d40ce8 (patch) | |
tree | 3027cf73ec3e8db0733cd03893cae7457d5c020f | |
parent | 1f424303840091a3b96e0a3830a966316c5e4e7f (diff) |
Version bumped to 6.11.0xf86-video-r128-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 <kevinbrace@gmx.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |