summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-08 15:13:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-18 14:54:09 -0400
commit712223916f82782e84d2efe8216210026d8fec6d (patch)
tree110c879b434166a6c034941eca185be4ab329f27
parent9c6293b9debf217cb49e7f724927b72e9f51a9db (diff)
downloadpango-712223916f82782e84d2efe8216210026d8fec6d.tar.gz
Bump version to 1.47
We are going to add new API.
-rw-r--r--meson.build2
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',