summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-31 20:39:20 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-03-31 20:39:20 +0000
commit1fedc11aa03d95e4e365f01796ecceca8b0acd0e (patch)
treeef449695d79e349dd05de8e6330dc4d291f5816f /meson.build
parent379f38e0054e72b003f1d81a48b83fef7ffb5312 (diff)
parent3aab7d85577d1aff46d7c7f131622cb73e9fe66a (diff)
downloadpango-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.build2
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',