Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 7, 2024
1 parent 3bb82d0 commit 3e20638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ void VS_CC bobCreate(const VSMap *in, VSMap *out, void *userData, VSCore *core,
VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin *plugin, const VSPLUGINAPI *vspapi) {
vspapi->configPlugin(
"dev.setsugen.resize2", "resize2", "Test",
VS_MAKE_VERSION(1, 0), VAPOURSYNTH_API_VERSION, 0, plugin
VS_MAKE_VERSION(2, 0), VAPOURSYNTH_API_VERSION, 0, plugin
);

#define INT_OPT(x) #x ":int:opt;"
Expand Down

0 comments on commit 3e20638

Please # to comment.