diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-26 21:33:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-26 21:54:41 -0400 |
commit | 386639c3b118cc973f714eb485877f480391f31f (patch) | |
tree | 297d6e6c78711f788ca058d92bd74ec2f10293b9 /meson.build | |
parent | 2664f9440cdf00e4b23f4ab29aca3d0371f20303 (diff) | |
download | pango-386639c3b118cc973f714eb485877f480391f31f.tar.gz |
1.48.41.48.4better-asan-traces
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 894c6071..b52a55fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.3', + version: '1.48.4', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |