Prepare v0.8.0

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-02-27 12:21:03 +00:00
parent a319fd5dc3
commit 4ab175fe6d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([bubblewrap], [0.7.0], [atomic-devel@projectatomic.io])
AC_INIT([bubblewrap], [0.8.0], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,7 +1,7 @@
project(
'bubblewrap',
'c',
version : '0.7.0',
version : '0.8.0',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',