diff --git a/configure.ac b/configure.ac
index 0156d8b938c0c288d1c6da099bf2ede3bdaf259a..7c8093b24580121bdddb93ad85c27f6e66ad8922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 
diff --git a/meson.build b/meson.build
index be50753bb0c2f032295651ad58422f3fe9f4fa5d..80d501885c2246181231c44ec8010d828aa66118 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],