From 327d0fc8e6e7fc3ea1acce13c5f5d524df65dfc3 Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Thu, 6 Dec 2018 15:19:06 -0800 Subject: [PATCH] Version bumped to Version 1.4.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 5cb7385..8831b7c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-i740], - [1.3.6], + [1.4.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-video-i740/issues], [xf86-video-i740]) AC_CONFIG_SRCDIR([Makefile.am])