summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-07-02 13:22:40 -0400
committerLogan Rathbone <poprocks@gmail.com>2022-07-02 13:25:00 -0400
commit01e6d92f23f49414ba8ec4c5b3daf49222c1e31d (patch)
tree3dd99f82054cb9d8f368cde7a1330da194cc68f6
parentec4380a4bc6f7d34d138c689a8bd3b36b6ec11e2 (diff)
downloadzenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.tar.gz
Zenity 3.43.03.43.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b562062..0bac32a 100644
--- a/NEWS
+++ b/NEWS
@@ -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 c112d18..a17f9fd 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'
)