summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parentCI: Add apt-get update line to build_ubuntu (diff)
downloadzenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.tar.gz
zenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.tar.bz2
zenity-01e6d92f23f49414ba8ec4c5b3daf49222c1e31d.zip
Zenity 3.43.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'
)
bgstack15