diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 21:05:42 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 21:05:42 +0000 |
commit | cc8ac2a10360027b334db8e4b237207540004ae7 (patch) | |
tree | cefb099aba71c769dca55b54d5b87a54faf8db6b /meson.build | |
parent | 1fedc11aa03d95e4e365f01796ecceca8b0acd0e (diff) | |
download | pango-cc8ac2a10360027b334db8e4b237207540004ae7.tar.gz |
Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11a
This reverts merge request !309
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 2b66c6ce..b52a55fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.49.0', + version: '1.48.4', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |