From cb592ac8166e348bf61afa3f7b7f626ccaf55a0f Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 9 May 2018 18:03:45 -0400 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 619af497..965220d6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.91], + [2.4.92], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index 961ee59c..9b443a50 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.91', + version : '2.4.92', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],