Skip to content

Commit 7466c81

Browse files
committed
Update to 0.1.5
1 parent 759eb0b commit 7466c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.63])
22

3-
AC_INIT([xdg-dbus-proxy],[0.1.4])
3+
AC_INIT([xdg-dbus-proxy],[0.1.5])
44
AC_CONFIG_AUX_DIR([build-aux])
55

66
m4_pattern_forbid([^AX_CODE_COVERAGE$],

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'xdg-dbus-proxy',
33
'c',
4-
version : '0.1.4',
4+
version : '0.1.5',
55
meson_version : '>=0.49.0',
66
default_options : [
77
'warning_level=2',

0 commit comments

Comments
 (0)