We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c27536 commit 1c1989eCopy full SHA for 1c1989e
configure.ac
@@ -1,6 +1,6 @@
1
AC_PREREQ([2.63])
2
3
-AC_INIT([xdg-dbus-proxy],[0.1.5])
+AC_INIT([xdg-dbus-proxy],[0.1.6])
4
AC_CONFIG_AUX_DIR([build-aux])
5
6
m4_pattern_forbid([^AX_CODE_COVERAGE$],
meson.build
@@ -1,7 +1,7 @@
project(
'xdg-dbus-proxy',
'c',
- version : '0.1.5',
+ version : '0.1.6',
meson_version : '>=0.49.0',
default_options : [
7
'warning_level=2',
0 commit comments