diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Zenity 3.44.2 + - tree: Set search column to 1 for check/radiolists (fixes #49) + Zenity 3.44.1 - msg: Set max-width-chars to relatively small value if --width specified (fixes regression by 25a92fff; see also #42) (Logan Rathbone) diff --git a/meson.build b/meson.build index e9ff615a..20501be2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zenity', 'c', - version: '3.44.1', + version: '3.44.2', meson_version: '>=0.57.0', license: 'LGPL-2.1-or-later' ) |