summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c51b0b0..afe865d 100644
--- a/meson.build
+++ b/meson.build
@@ -51,7 +51,7 @@ subdir('trace')
import('pkgconfig').generate(
name : 'VDPAU',
filebase : 'vdpau',
- version : '1.3',
+ version : '1.4',
description : 'The Video Decode and Presentation API for UNIX',
libraries : '-L${libdir} -lvdpau',
variables : 'moduledir=' + moduledir,