Skip to content

Commit 0d20868

Browse files
committed
Release v1.2.0
1 parent 62689e8 commit 0d20868

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.48.0',
4-
version: '1.1.0'
4+
version: '1.2.0'
55
)
66

77
version_h = declare_dependency(

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}:
1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "akarin";
14-
version = "1.1.0";
14+
version = "1.2.0";
1515

1616
src = lib.fileset.toSource {
1717
root = ./.;

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, 1),
32+
VS_MAKE_VERSION(1, 2),
3333
VAPOURSYNTH_API_VERSION,
3434
0,
3535
plugin

0 commit comments

Comments
 (0)