This commit is contained in:
Matthias Clasen 2021-12-16 21:43:20 -05:00
parent 47ac080565
commit 28f0e2eb2a
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
Overview of Changes
===================
Overview of Changes in 4.5.1, 16-12-2021
========================================
* GtkWidget sizing has been rewritten to implement
width-for-height more properly. This had some fallout,

View File

@ -1,5 +1,5 @@
project('gtk', 'c',
version: '4.5.0',
version: '4.5.1',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',