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',