diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2020-07-27 14:21:52 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2020-07-27 14:36:53 -0700 |
commit | ab03de703b91c7e0fd3e4d1ca06ad5add7f077a1 (patch) | |
tree | c432d318bcb3f9dc5e4c2f9df9959706abe36527 | |
parent | 838d7951eb9b2d48e2cb990221324c5d9d1682f5 (diff) |
This version fixes a DRI1 initialization bug that has existed since
Version 0.6.217.
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 793c54e..b2497ef 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-openchrome], - [0.6.224], + [0.6.225], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) |