From 218b905a88c044cc43349c7c1d44127c606d964d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Sep 2020 08:55:08 -0400 Subject: [PATCH] 3.99.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 713c2f5475..127671a349 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '3.99.1', + version: '3.99.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',