summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tdm_drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdm_drm.c b/src/tdm_drm.c
index 8489712..1817c6e 100644
--- a/src/tdm_drm.c
+++ b/src/tdm_drm.c
@@ -405,7 +405,7 @@ failed:
tdm_backend_module tdm_backend_module_data = {
"drm",
"Samsung",
- TDM_BACKEND_ABI_VERSION,
+ TDM_BACKEND_SET_ABI_VERSION(1, 1),
tdm_drm_init,
tdm_drm_deinit
};