diff --git a/configure.ac b/configure.ac index 576a165..186c8c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([MVTools], [21], [https://github.com/dubhater/vapoursynth-mvtools/issues], [MVTools], [https://github.com/dubhater/vapoursynth-mvtools/]) +AC_INIT([MVTools], [22], [https://github.com/dubhater/vapoursynth-mvtools/issues], [MVTools], [https://github.com/dubhater/vapoursynth-mvtools/]) : ${CFLAGS=""} : ${CXXFLAGS=""} diff --git a/meson.build b/meson.build index 5b11be1..404ec61 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('MVTools', 'c', 'cpp', - version: '21', + version: '22', default_options: ['c_std=c99', 'cpp_std=c++11', 'buildtype=release'], meson_version: '>=0.46')