Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-03-08 21:23:50 +0300
committerJames Almer <jamrial@gmail.com>2022-03-08 21:24:19 +0300
commit3d3c51a07cc3dd1e3687da40fdb6fbb857cbced1 (patch)
tree231c060308b037705e2a77cf5f19afbeb81e92b0 /meson.build
parentb6bec5b453dd7ef49b81a016fcdbfc7c157c6a66 (diff)
data: add a public function to release a Dav1dDataProps reference
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7b9efb3..f1258c4 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ project('dav1d', ['c'],
'b_ndebug=if-release'],
meson_version: '>= 0.49.0')
-dav1d_soname_version = '6.4.0'
+dav1d_soname_version = '6.5.0'
dav1d_api_version_array = dav1d_soname_version.split('.')
dav1d_api_version_major = dav1d_api_version_array[0]
dav1d_api_version_minor = dav1d_api_version_array[1]