diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 20:39:20 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 20:39:20 +0000 |
commit | 1fedc11aa03d95e4e365f01796ecceca8b0acd0e (patch) | |
tree | ef449695d79e349dd05de8e6330dc4d291f5816f /meson.build | |
parent | 379f38e0054e72b003f1d81a48b83fef7ffb5312 (diff) | |
parent | 3aab7d85577d1aff46d7c7f131622cb73e9fe66a (diff) | |
download | pango-1fedc11aa03d95e4e365f01796ecceca8b0acd0e.tar.gz |
Merge branch 'fix-deadlocks' into 'master'
Fix deadlocks
See merge request GNOME/pango!310
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b52a55fc..2b66c6ce 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.4', + version: '1.49.0', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |