From dfe2ce49b5e9664787f5677507eba7ea0446fb7e Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Fri, 26 Jul 2019 15:44:13 -0700 Subject: [PATCH] Version bumped to 0.11.0 Signed-off-by: Kevin Brace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9bcf479..c84da5c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-sis], - [0.10.9], + [0.11.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/issues], [xf86-video-sis]) AC_CONFIG_SRCDIR([Makefile.am])