diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b625743..9b03959 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.119], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit]) +AC_INIT([polkit], [0.200], [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 b3702be..bd4ec6b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'polkit', ['c', 'cpp'], - version: '0.119', + version: '0.200', license: 'LGPL2+', default_options: [ 'buildtype=debugoptimized', |