Bump the version to 2.4.97

main
Marek Olšák 2019-01-22 11:18:47 -05:00
parent f19afaa519
commit b7a7a90336
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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'],