diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-10-15 10:48:42 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-11-19 16:03:17 -0500 |
commit | e9336a0a28774395f43ebd9271f2efc332300084 (patch) | |
tree | afd9214946a437b18b9189f0cbd43e99952c7768 /meson.build | |
parent | 0d8b48284b8d90b19b3f9ffdd75335bece3c3818 (diff) | |
download | pango-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.build | 2 |
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', |