summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-10-26 14:55:20 +0200
committerJan Rybar <jrybar@redhat.com>2022-10-26 14:55:20 +0200
commit6d21ff74d11ba7a29ae33914afd5cab80506208a (patch)
tree48d8b167f2b51b75bfc52f7090c41e72e5dcbbdc
parentda87c5698019897dd731bb2cbb54ebd9c9481f52 (diff)
downloadpolkit-6d21ff74d11ba7a29ae33914afd5cab80506208a.tar.gz
Post-release version bump
This version bump is needed in order to make seamless build on Fedora Copr via packit (soon to be implemented) This also brings back useful tradition.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1da0e08..f7aa03d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'polkit', ['c'],
- version: '122',
+ version: '123',
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',