Skip to content

Commit

Permalink
libvmaf: v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Apr 11, 2022
1 parent ed6d2a6 commit f266167
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.3.0',
version : '2.3.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.2'
vmaf_soname_version = '1.1.3'
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 f266167

Please sign in to comment.