diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-08 15:13:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-18 14:54:09 -0400 |
commit | 712223916f82782e84d2efe8216210026d8fec6d (patch) | |
tree | 110c879b434166a6c034941eca185be4ab329f27 | |
parent | 9c6293b9debf217cb49e7f724927b72e9f51a9db (diff) | |
download | pango-712223916f82782e84d2efe8216210026d8fec6d.tar.gz |
Bump version to 1.47
We are going to add new API.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f4fbe1f5..36fc4112 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.46.2', + version: '1.47.0', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |