Skip to content

Commit

Permalink
libvmaf: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Dec 7, 2023
1 parent 97e50ea commit 17a67b2
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.1',
version : '3.0.0',
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.56.1')

vmaf_soname_version = '1.1.3'
vmaf_soname_version = '3.0.0'
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 17a67b2

Please sign in to comment.