diff options
author | Marek Olšák <marek.olsak@amd.com> | 2018-07-31 21:26:11 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-07-31 21:26:11 -0400 |
commit | 87fdbfb62fb3de6759d465d07cc13f922084694e (patch) | |
tree | a24202ed690d85f6bb42732ad9e1664dd953481a | |
parent | 716ab859c3f250601fbeb878b0849954cc6139f0 (diff) |
configure.ac: bump version to 2.4.93libdrm-2.4.93
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 965220d6..4e0f7c10 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.92], + [2.4.93], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index 9b443a50..b2f9a290 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.92', + version : '2.4.93', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |