summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2019-08-28 10:57:55 -0700
committerAaron Plattner <aplattner@nvidia.com>2019-08-28 10:57:55 -0700
commitf57a9904c43ef5d726320c77baa91d0c38361ed4 (patch)
tree0106182f3537e06562734ebada66c1cc6356df1b
parent4475d106fdd00d74ac84c78691b13db7bd323a8c (diff)
Bump version to 1.3libvdpau-1.31.3
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cd17ed4..c51b0b0 100644
--- a/meson.build
+++ b/meson.build
@@ -51,7 +51,7 @@ subdir('trace')
import('pkgconfig').generate(
name : 'VDPAU',
filebase : 'vdpau',
- version : '1.2',
+ version : '1.3',
description : 'The Video Decode and Presentation API for UNIX',
libraries : '-L${libdir} -lvdpau',
variables : 'moduledir=' + moduledir,