From 957efbb38320f87cf76c2835403de75e2aa1386f Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 1 May 2023 08:33:33 +0000 Subject: build: Bump version to 1.51.0 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1