Skip to content

Commit 9451ff4

Browse files
committed
libvmaf: api v2.2.1, soname v1.1.2
1 parent 80ba609 commit 9451ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libvmaf/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libvmaf', ['c', 'cpp'],
2-
version : '2.1.1',
2+
version : '2.2.1',
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.47.0')
1010

11-
vmaf_soname_version = '1.1.1'
11+
vmaf_soname_version = '1.1.2'
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)