From e9757096c27ca5c5a1fd558b01cd6b17f5f95a06 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 1 Jan 2018 21:28:03 +0000 Subject: [PATCH] Keep the version in sync between Meson and Autotools As long as we have both build systems, we're going to need to keep this manually synchronised. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0f3f79178..e8306038a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', 'cpp', - version : '2.54.0', + version : '2.54.2', meson_version : '>= 0.38.1', default_options : [ 'warning_level=1',