summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2023-02-13 10:17:19 +1300
committerRobert Ancell <robert.ancell@canonical.com>2023-02-13 10:17:19 +1300
commit5aa7d28b00da4a24a6977b4e3c92096ee5ac096d (patch)
treefd9622417e61551aebdfd4d84060d68b63dc9dfb /meson.build
parenta4d05ede519556012a54a8432fdd29efd4eaf8e7 (diff)
Fix version number for 43.4 release
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 b86a52aea..e7f8a318c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '43.3',
+ version : '43.4.1',
license : 'GPL2+',
meson_version : '>= 0.57.0'
)