Skip to content

Commit 564701e

Browse files
committed
Bump VS reported version too
1 parent 2a87cb3 commit 564701e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs4/vapoursynth4.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
using namespace vs4;
3232

3333
VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin *plugin, const VSPLUGINAPI *vspapi) {
34-
vspapi->configPlugin("com.sources.d2vsource", "d2v", "D2V Source", VS_MAKE_VERSION(1, 1), VAPOURSYNTH_API_VERSION, 0, plugin);
34+
vspapi->configPlugin("com.sources.d2vsource", "d2v", "D2V Source", VS_MAKE_VERSION(1, 3), VAPOURSYNTH_API_VERSION, 0, plugin);
3535

3636
vspapi->registerFunction("Source", "input:data;threads:int:opt;nocrop:int:opt;rff:int:opt;", "clip:vnode;", d2vCreate, 0, plugin);
3737
}

0 commit comments

Comments
 (0)