From 866e109fc12752b1679e0b59baf40326d421a03f Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Tue, 3 Dec 2019 10:09:49 -0800 Subject: [PATCH] Version bumped to 0.12.0 A maintenance release to support X.Org X Server 1.20. Signed-off-by: Kevin Brace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c84da5c..3ca3423 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-sis], - [0.11.0], + [0.12.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/issues], [xf86-video-sis]) AC_CONFIG_SRCDIR([Makefile.am])