Skip to content

Commit c54bbc6

Browse files
committed
Release v0.6.2
Signed-off-by: Simon McVittie <[email protected]>
1 parent b9d0ac3 commit c54bbc6

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.1], [[email protected]])
2+
AC_INIT([bubblewrap], [0.6.2], [[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.1',
4+
version : '0.6.2',
55
meson_version : '>=0.49.0',
66
default_options : [
77
'warning_level=2',

0 commit comments

Comments
 (0)