summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-30 21:18:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-30 21:20:36 -0400
commit708e7d1be90ccf92c17473a78218e7f43f059309 (patch)
tree62e7469b437cd5b73893759fbabb79678c92e5cc /meson.build
parent5ccc0c7aa5de2667a5e0da8c35387eb662c3edff (diff)
downloadpango-708e7d1be90ccf92c17473a78218e7f43f059309.tar.gz
Bump version to 1.49.0
We are going to add new api.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b52a55fc..2b66c6ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.48.4',
+ version: '1.49.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',