Skip to content

Commit c54bbc6

Browse files
committed
Release v0.6.2
Signed-off-by: Simon McVittie <smcv@collabora.com>
1 parent b9d0ac3 commit c54bbc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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], [atomic-devel@projectatomic.io])
2+
AC_INIT([bubblewrap], [0.6.2], [atomic-devel@projectatomic.io])
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)