summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-10-15 10:48:42 -0700
committerMatthias Clasen <mclasen@redhat.com>2018-11-19 16:03:17 -0500
commite9336a0a28774395f43ebd9271f2efc332300084 (patch)
treeafd9214946a437b18b9189f0cbd43e99952c7768 /meson.build
parent0d8b48284b8d90b19b3f9ffdd75335bece3c3818 (diff)
downloadpango-e9336a0a28774395f43ebd9271f2efc332300084.tar.gz
Bump version to 1.43
We're going to add new api, so add version markers etc.
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 48c2981b..76df11b1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.42.3',
+ version: '1.43.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',