summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2021-09-29 14:17:29 +0200
committerJan Rybar <jrybar@redhat.com>2021-09-29 14:17:29 +0200
commit78bacf7016ddd0b5b746e932de83cd4989d600b2 (patch)
tree723d6dd996e69a1700776d4d8062d47a0fc110b7 /meson.build
parent4bb2157adae620c8b07caf5a24b177d1f90f2fbb (diff)
fixed version to 0.120
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 539ec7a..858078d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'polkit', ['c', 'cpp'],
- version: '0.200',
+ version: '0.120',
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',