summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-25 17:43:52 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-25 17:43:52 +0000
commita362d3c0ee79097ce2e3fca4ad003f1e96dad472 (patch)
treefaf95e7de363b379799a5b781f92df12ab933a23
parentdb3829b1a104f85e9ba9b2a987d745a151c942dd (diff)
downloadbubblewrap-a362d3c0ee79097ce2e3fca4ad003f1e96dad472.tar.gz
Prepare v0.6.1v0.6.1
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 67b0505..d6b72f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([bubblewrap], [0.6.0], [atomic-devel@projectatomic.io])
+AC_INIT([bubblewrap], [0.6.1], [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 85513f3..5b63aa6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'bubblewrap',
'c',
- version : '0.5.0',
+ version : '0.6.1',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',