summaryrefslogtreecommitdiff
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
parent4bb2157adae620c8b07caf5a24b177d1f90f2fbb (diff)
fixed version to 0.120
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 66d8a5e..3eaa811 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ Latest documentation, reference manual and API description of polkit can be foun
RELEASES
========
-Older releases of polkit (until 0.115) are available in compressed tarballs from
+Older releases of polkit (until 0.120) are available in compressed tarballs from
http://www.freedesktop.org/software/polkit/releases/
diff --git a/configure.ac b/configure.ac
index ecfee05..e434ca2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT([polkit], [0.200], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.120], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([buildutil])
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',