From 8389c5454804d5cd7f62f1cadb841fb1b8a51817 Mon Sep 17 00:00:00 2001 From: "Kristian H. Kristensen" Date: Thu, 23 Aug 2018 14:38:37 -0700 Subject: [PATCH] Bump to version 2.4.94 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4e0f7c1..7c8093b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.93], + [2.4.94], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index 56d1f15..75c7bdf 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.93', + version : '2.4.94', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], -- 2.7.4