summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-11-07 17:40:33 +0000
committerSimon McVittie <smcv@collabora.com>2022-11-07 17:40:33 +0000
commitaa0fb696ab4b7482fa54a0422b8a19c87407350e (patch)
tree57c6efbbec7eb9b47a6416ecdb96695f8ed6ac5e
parent73911524a44e8bd13f6c5fe175337e69749f0268 (diff)
downloadbubblewrap-aa0fb696ab4b7482fa54a0422b8a19c87407350e.tar.gz
Prepare v0.7.0v0.7.0
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ead51fc..7934449 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
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_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/meson.build b/meson.build
index 0e1f110..758509b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'bubblewrap',
'c',
- version : '0.6.2',
+ version : '0.7.0',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',