diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2019-02-15 15:39:38 -0800 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2019-02-15 15:39:38 -0800 |
commit | 7d9a0594a0fa1c63d04ad929125233917e2e227c (patch) | |
tree | 331c417bd853342f09a9debd40c7c04283698a6d | |
parent | c5e70111d648777afd1de501214d875cf838fde7 (diff) |
Version bumped to 1.4.0xf86-video-chips-1.4.0
Bug fix release to address non-HiQVideo Chips & Technologies device
initialization code crashing the X Server.
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 094f9a8..172e6f7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-chips], - [1.3.0], + [1.4.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/issues], [xf86-video-chips]) AC_CONFIG_SRCDIR([Makefile.am]) |