From 85ae22af0f209e73c954d8867d9189ab2cfeb3e1 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Mon, 5 Mar 2018 15:55:51 -0500 Subject: [PATCH] bump version for release Signed-off-by: Rob Clark --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 02644a6..ec5003f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.90], + [2.4.91], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index 7bf2681..c803f70 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.90', + version : '2.4.91', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], -- 2.7.4