Skip to content

Commit

Permalink
Put the version in the plugin's description
Browse files Browse the repository at this point in the history
  • Loading branch information
cantabile committed Sep 7, 2015
1 parent e3f126c commit 884986e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([nnedi3], [3], [https://github.com/dubhater/vapoursynth-nnedi3/issues], [nnedi3], [https://github.com/dubhater/vapoursynth-nnedi3/])
AC_INIT([nnedi3], [6], [https://github.com/dubhater/vapoursynth-nnedi3/issues], [nnedi3], [https://github.com/dubhater/vapoursynth-nnedi3/])

: ${CXXFLAGS=""}

Expand Down
2 changes: 1 addition & 1 deletion src/nnedi3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ static void VS_CC nnedi3Create(const VSMap *in, VSMap *out, void *userData, VSCo


VS_EXTERNAL_API(void) VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegisterFunction registerFunc, VSPlugin *plugin) {
configFunc("com.deinterlace.nnedi3", "nnedi3", "Neural network edge directed interpolation", VAPOURSYNTH_API_VERSION, 1, plugin);
configFunc("com.deinterlace.nnedi3", "nnedi3", "Neural network edge directed interpolation (3rd gen.), v" PACKAGE_VERSION, VAPOURSYNTH_API_VERSION, 1, plugin);
registerFunc("nnedi3",
"clip:clip;"
"field:int;"
Expand Down

0 comments on commit 884986e

Please sign in to comment.