From d51afd2a4a255fdf2c9218e260541b1b1c37bbcf Mon Sep 17 00:00:00 2001 From: Jan Rybar Date: Mon, 13 Jan 2025 16:32:07 +0100 Subject: [PATCH] post-126-release bump --- .packit/polkit.spec | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit/polkit.spec b/.packit/polkit.spec index ce5712bc..3046a6ed 100644 --- a/.packit/polkit.spec +++ b/.packit/polkit.spec @@ -3,7 +3,7 @@ # Summary: An authorization framework Name: polkit -Version: 126 +Version: 127 Release: 1%{?dist} License: LGPL-2.0-or-later URL: https://github.com/polkit-org/polkit diff --git a/meson.build b/meson.build index cf494c2f..b150c982 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'polkit', ['c'], - version: '126', + version: '127', license: 'LGPL2+', default_options: [ 'buildtype=debugoptimized',