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 759eb0b commit 7466c81Copy full SHA for 7466c81
configure.ac
@@ -1,6 +1,6 @@
1
AC_PREREQ([2.63])
2
3
-AC_INIT([xdg-dbus-proxy],[0.1.4])
+AC_INIT([xdg-dbus-proxy],[0.1.5])
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.4',
+ version : '0.1.5',
meson_version : '>=0.49.0',
default_options : [
7
'warning_level=2',
0 commit comments