From 4ab175fe6d3a4053444b04d805a6d686f53455b9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Feb 2023 12:21:03 +0000 Subject: Prepare v0.8.0 Signed-off-by: Simon McVittie --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7934449..7059a56 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index 758509b..6de2bac 100644 --- a/meson.build +++ b/meson.build @@ -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', -- cgit v1.2.1