Skip to content

Commit

Permalink
build: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed May 28, 2021
1 parent a4bf9bc commit ad429e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('VMAF', 'cpp',
default_options: ['buildtype=release', 'warning_level=2', 'b_lto=true', 'b_ndebug=if-release', 'cpp_std=c++17'],
license: 'MIT',
meson_version: '>=0.51.0',
version: '6'
version: '7'
)

cxx = meson.get_compiler('cpp')
Expand Down

0 comments on commit ad429e7

Please sign in to comment.