Prepare v0.7.0

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2022-11-07 17:40:33 +00:00
parent 73911524a4
commit aa0fb696ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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