diff options
author | Marek Olšák <marek.olsak@amd.com> | 2019-01-22 11:18:47 -0500 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2019-01-22 11:18:47 -0500 |
commit | b7a7a90336fbb19efb3f91f92b5d964b0dfb7ec2 (patch) | |
tree | 3a04990e0caaa1663d0251c839f0908e78a3b0ca | |
parent | f19afaa519c2aa51d8449168fa83a98f2f04e0e5 (diff) |
Bump the version to 2.4.97libdrm-2.4.97
-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 3e44805d..7e7c8d38 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.96], + [2.4.97], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff --git a/meson.build b/meson.build index bdfec816..b3eb8467 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.96', + version : '2.4.97', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |