Skip to content

Commit 17a67b2

Browse files
committed
libvmaf: v3.0.0
1 parent 97e50ea commit 17a67b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libvmaf/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libvmaf', ['c', 'cpp'],
2-
version : '2.3.1',
2+
version : '3.0.0',
33
default_options : ['c_std=c11',
44
'cpp_std=c++11',
55
'warning_level=2',
@@ -8,7 +8,7 @@ project('libvmaf', ['c', 'cpp'],
88
],
99
meson_version: '>= 0.56.1')
1010

11-
vmaf_soname_version = '1.1.3'
11+
vmaf_soname_version = '3.0.0'
1212
vmaf_api_version_array = vmaf_soname_version.split('.')
1313
vmaf_api_version_major = vmaf_api_version_array[0]
1414
vmaf_api_version_minor = vmaf_api_version_array[1]

0 commit comments

Comments
 (0)