summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2023-05-01 08:33:33 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2023-05-01 08:33:33 +0000
commit957efbb38320f87cf76c2835403de75e2aa1386f (patch)
tree3ff50f5017c890c2b76c6fd2270ac5953f0acb04
parentc27adf341e7da5c33b2c05f78fb997339b2e2625 (diff)
downloadpango-bilelmoussaoui/build.tar.gz
build: Bump version to 1.51.0 bilelmoussaoui/build
As the main branch contains deprecated functions since 1.52 causing rust bindings to not be able to guard those changes behind a specific version in the CI.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 930f4108..285ee3d4 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',