summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJeremy Bícha <jeremy.bicha@canonical.com>2023-08-10 14:14:35 -0400
committerJeremy Bícha <jeremy.bicha@canonical.com>2023-08-10 14:14:35 -0400
commitf8597587629cea96a21fcd058323799f44f3b3e5 (patch)
treef4d7cf09db438c8296b846e62c2cb623ddbf098d /meson.build
parentRelease to unstable (diff)
parentNew upstream version 3.44.2 (diff)
downloadzenity-f8597587629cea96a21fcd058323799f44f3b3e5.tar.gz
zenity-f8597587629cea96a21fcd058323799f44f3b3e5.tar.bz2
zenity-f8597587629cea96a21fcd058323799f44f3b3e5.zip
Update upstream source from tag 'upstream/3.44.2'
Update to upstream version '3.44.2' with Debian dir 441cbc815fbb0ab86203cb218004e9d8ba6708f5
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 091e491c..20501be2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('zenity', 'c',
- version: '3.44.0',
+ version: '3.44.2',
meson_version: '>=0.57.0',
license: 'LGPL-2.1-or-later'
)
bgstack15