Skip to content

Commit

Permalink
Bump version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cantabile committed May 4, 2020
1 parent 82a5cbd commit d4deded
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([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=""}
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit d4deded

Please sign in to comment.