Increase version number so Mesa can check against it before using the new NOUVEAU_GEM_DOMAIN_COHERENT flag.
Signed-off-by: Alexandre Courbot acourbot@nvidia.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 78a0010..e48fb7e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@
AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.61], + [2.4.62], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm])
dri-devel@lists.freedesktop.org