drm: Branch 'master'
[email protected] (GitLab Mirror) Tue, 16 Oct 2018 14:33:16 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5a3bdc7add2f30f7673052376514c91dbcd1b64a Author: Rob Clark <[email protected]> Date: Tue Oct 16 10:32:43 2018 -0400 Bump to version 2.4.96 Signed-off-by: Rob Clark <[email protected]> diff --git a/configure.ac b/configure.ac index 0156d8b9..3e44805d 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.95], + [2.4.96], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index be50753b..1d7b7863 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.95', + version : '2.4.96', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], --