From 1d6b76ad9d06639b15573b6d7f266b91e6c3ae2b Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 8 Feb 2021 10:34:46 +1100 Subject: build: increment version following 0.39.1 release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6e88015..28a3e5b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'dconf', ['c'], - version: '0.39.1', + version: '0.39.2', license: 'LGPL2.1+', meson_version: '>= 0.47.0', ) -- cgit v1.2.1