diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2020-02-28 17:43:25 -0800 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2020-02-28 17:43:25 -0800 |
commit | b698576623cb2996578a4e296808926df59b5f8f (patch) | |
tree | 6d6b91d5590f832c8a45dc24bc15924ce9622444 | |
parent | 384cee8312dd9fa84f3f587f4f3a0d5d187d9ab8 (diff) |
Version bumped to 0.6.216
Added a fix for GCC 10 link time error issue.
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 05959b8..9705406 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-openchrome], - [0.6.215], + [0.6.216], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) |