Skip to content

Commit

Permalink
libvmaf: api v2.1.1, soname v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Jan 14, 2021
1 parent fef90d0 commit 3503ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvmaf/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libvmaf', ['c', 'cpp'],
version : '2.1.0',
version : '2.1.1',
default_options : ['c_std=c11',
'cpp_std=c++11',
'warning_level=2',
Expand All @@ -8,7 +8,7 @@ project('libvmaf', ['c', 'cpp'],
],
meson_version: '>= 0.47.0')

vmaf_soname_version = '1.1.0'
vmaf_soname_version = '1.1.1'
vmaf_api_version_array = vmaf_soname_version.split('.')
vmaf_api_version_major = vmaf_api_version_array[0]
vmaf_api_version_minor = vmaf_api_version_array[1]
Expand Down

0 comments on commit 3503ca0

Please sign in to comment.