Bump version to 2.4.99

main
Marek Olšák 2019-07-02 14:36:25 -04:00
parent 1ec0df8a25
commit b2103fa325
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
AC_PREREQ([2.63])
AC_INIT([libdrm],
[2.4.98],
[2.4.99],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
[libdrm])

View File

@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
version : '2.4.98',
version : '2.4.99',
license : 'MIT',
meson_version : '>= 0.43',
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],