diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-31 13:02:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-31 14:52:44 -0400 |
commit | dce36bab102d2630c4406f134556afb59b5d04a2 (patch) | |
tree | a7c9a42149ddf1913c57b2e506c11969b0f747b6 /meson.build | |
parent | b3e0bcf5ee04cb2d47bd70944630befe985268c8 (diff) | |
download | pango-dce36bab102d2630c4406f134556afb59b5d04a2.tar.gz |
Bump version to 1.49
We're going to add api.
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 a1add61d..de49eb0b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.7', + version: '1.49.0', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |