Skip to content

Commit c4209bf

Browse files
committed
Prepare v0.6.3
This version backports the --[ro-]bind-fd feature from 0.10.0, and is intended for use by Flatpak 1.14.x. If possible, please use 0.10.0 instead. Signed-off-by: Simon McVittie <[email protected]>
1 parent 68e75c3 commit c4209bf

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,5 +1,5 @@
11
AC_PREREQ([2.63])
2-
AC_INIT([bubblewrap], [0.6.2], [[email protected]])
2+
AC_INIT([bubblewrap], [0.6.3], [[email protected]])
33
AC_CONFIG_HEADER([config.h])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_AUX_DIR([build-aux])

meson.build

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

0 commit comments

Comments
 (0)