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:
authorJanne Grunau <janne-vlc@jannau.net>2020-08-21 20:23:08 +0300
committerJanne Grunau <janne-vlc@jannau.net>2020-08-23 01:31:41 +0300
commite2d22c0187009c98f8021914cd7800095e218f68 (patch)
treeb519f17de3992351fb021c3b9a478d6893f706fe /meson.build
parent89c57ce3ebd0520396b81ebce5a856efe93b8c7e (diff)
bump soname for API changes
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 e354f09..5b5bcd1 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ project('dav1d', ['c'],
'b_ndebug=if-release'],
meson_version: '>= 0.47.0')
-dav1d_soname_version = '4.0.2'
+dav1d_soname_version = '5.0.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]