drm: Branch 'master'
[email protected] (GitLab Mirror) Thu, 23 Aug 2018 21:59:34 +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 8389c5454804d5cd7f62f1cadb841fb1b8a51817 Author: Kristian H. Kristensen <[email protected]> Date: Thu Aug 23 14:38:37 2018 -0700 Bump to version 2.4.94 diff --git a/configure.ac b/configure.ac index 4e0f7c10..7c8093b2 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 56d1f151..75c7bdff 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'], ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot --