Skip to content

Commit 6263233

Browse files
committed
Release v1.4.0
1 parent 34f1b79 commit 6263233

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Plugin', 'c', 'cpp',
22
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++20'],
33
meson_version: '>=0.64.0',
4-
version: '1.3.1'
4+
version: '1.4.0'
55
)
66

77
version_h = declare_dependency(

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}:
1818
buildPythonPackage {
1919
pname = "vapoursynth-akarin";
20-
version = "1.3.1";
20+
version = "1.4.0";
2121
pyproject = true;
2222

2323
src = lib.fileset.toSource {

plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin *plugin, const VSPLUGINAPI
2929
"info.akarin.vsplugin",
3030
"akarin",
3131
"Akarin's Experimental Filters",
32-
VS_MAKE_VERSION(1, 3),
32+
VS_MAKE_VERSION(1, 4),
3333
VAPOURSYNTH_API_VERSION,
3434
0,
3535
plugin

0 commit comments

Comments
 (0)