Skip to content

Commit

Permalink
Put the version number in the plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
cantabile committed Jul 9, 2016
1 parent 8bb99d2 commit 48959b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntryPoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void mvdepanRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);

VS_EXTERNAL_API(void)
VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegisterFunction registerFunc, VSPlugin *plugin) {
configFunc("com.nodame.mvtools", "mv", "MVTools", VAPOURSYNTH_API_VERSION, 1, plugin);
configFunc("com.nodame.mvtools", "mv", "MVTools v" PACKAGE_VERSION, VAPOURSYNTH_API_VERSION, 1, plugin);

mvsuperRegister(registerFunc, plugin);
mvanalyseRegister(registerFunc, plugin);
Expand Down

0 comments on commit 48959b8

Please sign in to comment.