Skip to content

Commit dc63ec6

Browse files
committed
Prepare v0.10.0
Signed-off-by: Simon McVittie <[email protected]>
1 parent 8b7a174 commit dc63ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.63])
2-
AC_INIT([bubblewrap], [0.9.901], [[email protected]])
2+
AC_INIT([bubblewrap], [0.10.0], [[email protected]])
33
AC_CONFIG_HEADER([config.h])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_AUX_DIR([build-aux])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'bubblewrap',
33
'c',
4-
version : '0.9.901',
4+
version : '0.10.0',
55
meson_version : '>=0.49.0',
66
default_options : [
77
'warning_level=2',

0 commit comments

Comments
 (0)