From 13323a742f1449355852b2501b25d8df804cefee Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 1 Jan 2021 23:29:40 +0000 Subject: [PATCH] Release v0.4.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4ed5add..bb3aba5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wayvnc', 'c', - version: '0.3.1', + version: '0.4.0', license: 'ISC', default_options: [ 'c_std=gnu11',