From 9c1ae5374d56ee2902bf938051cbff0f99784bbc Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 16 Nov 2023 16:59:43 +0100 Subject: [PATCH] Bump version in meson.build to 4.13.4 ... as commit 3a88522a19a459b2c7b4320fe8870ca92e34994d did for the NEWS file after the 4.13.3 release (tag "4.13.3", commit 358cd28d095b7ab673d2e5bb7ce2f58e1f83402c). --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 609a51514d..0c158eddd5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.13.3', + version: '4.13.4', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',