From: Marek Olšák Date: Tue, 22 Jan 2019 16:18:47 +0000 (-0500) Subject: Bump the version to 2.4.97 X-Git-Tag: libdrm-2.4.97^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7a7a90336fbb19efb3f91f92b5d964b0dfb7ec2;p=platform%2Fupstream%2Flibdrm.git Bump the version to 2.4.97 --- diff --git a/configure.ac b/configure.ac index 3e44805..7e7c8d3 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 bdfec81..b3eb846 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'],