From 18c04e66a1018a37c3fe9ff9e074a1837659eca3 Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Tue, 25 Dec 2018 08:24:18 -0600 Subject: [PATCH] Version bumped to 1.3.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 041742f..094f9a8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-chips], - [1.2.7], + [1.3.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/issues], [xf86-video-chips]) AC_CONFIG_SRCDIR([Makefile.am])