diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-07-02 13:22:40 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2022-07-02 13:25:00 -0400 |
commit | 01e6d92f23f49414ba8ec4c5b3daf49222c1e31d (patch) | |
tree | 3dd99f82054cb9d8f368cde7a1330da194cc68f6 | |
parent | CI: Add apt-get update line to build_ubuntu (diff) | |
download | zenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.tar.gz zenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.tar.bz2 zenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.zip |
Zenity 3.43.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Zenity 3.43.0 + - Documentation updates (Logan Rathbone) + - Bump WebkitGTK dependency to API 4.1, for GNOME 43 (Logan Rathbone) + - Translation updates: + Zurab Kargareteli (ka) + Zenity 3.42.1 - scale: Make OK button default (allows pressing Enter to accept selected value) (hydrargyrum) diff --git a/meson.build b/meson.build index c112d18c..a17f9fdf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zenity', 'c', - version: '3.42.1', + version: '3.43.0', meson_version: '>=0.53.0', license: 'LGPL-2.1-or-later' ) |