From 65cb6d563030b8a00cebcda7fa227986f2362ed6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 1 Jun 2021 17:34:08 +0200 Subject: [PATCH] build: bump version to 0.4.0 Forgot to do it. Again. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f1a1016..026d2a5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-desktop-portal-wlr', 'c', - version: '0.3.0', + version: '0.4.0', license: 'MIT', meson_version: '>=0.50.0', default_options: ['c_std=c11', 'warning_level=2', 'werror=true'],