Skip to content

Commit

Permalink
Prepare v0.6.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
smcv committed Aug 14, 2024
1 parent 68e75c3 commit c4209bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([bubblewrap], [0.6.2], [[email protected]])
AC_INIT([bubblewrap], [0.6.3], [[email protected]])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'bubblewrap',
'c',
version : '0.6.2',
version : '0.6.3',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',
Expand Down

0 comments on commit c4209bf

Please sign in to comment.