Revert "Bump to version 2.4.95"

This reverts commit 6e50a309af.
main
Emil Velikov 2018-10-04 15:22:18 +01:00
parent 6e50a309af
commit 7dea956d38
2 changed files with 2 additions and 2 deletions

View File

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

View File

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