summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)