summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-02 03:45:02 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-05-02 03:45:02 +0000
commitda18d4197338d349b113330cf6208cc41f8ccf0e (patch)
tree659195f9caec1e80123cdb08ceba73a277e07ef8
parent3e158d53d3d3203d79e3f92f1cf23668c2a78249 (diff)
parent957efbb38320f87cf76c2835403de75e2aa1386f (diff)
downloadpango-da18d4197338d349b113330cf6208cc41f8ccf0e.tar.gz
Merge branch 'bilelmoussaoui/build' into 'main'
build: Bump version to 1.51.0 See merge request GNOME/pango!691
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2d30c014..538372ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.15',
+ version: '1.51.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',