Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed May 8, 2022
1 parent 4154e74 commit ce27bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VMAF/VMAF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ static void VS_CC metricCreate(const VSMap* in, VSMap* out, [[maybe_unused]] voi
// Init

VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin* plugin, const VSPLUGINAPI* vspapi) {
vspapi->configPlugin("com.holywu.vmaf", "vmaf", "Video Multi-Method Assessment Fusion", VS_MAKE_VERSION(9, 0), VAPOURSYNTH_API_VERSION, 0, plugin);
vspapi->configPlugin("com.holywu.vmaf", "vmaf", "Video Multi-Method Assessment Fusion", VS_MAKE_VERSION(10, 0), VAPOURSYNTH_API_VERSION, 0, plugin);

vspapi->registerFunction("VMAF",
"reference:vnode;"
Expand Down
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: '9'
version: '10'
)

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

0 comments on commit ce27bac

Please # to comment.