Skip to content

Commit 5793571

Browse files
committed
Bump version to 2.2.0
Update meson version dependency to 0.47+ due to mesonbuild/meson@c5865c5 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 65593ad commit 5793571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
# For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.
1111

1212
project('modulemd', 'c',
13-
version : '2.1.1',
13+
version : '2.2.0',
1414
default_options : [
1515
'buildtype=debugoptimized',
1616
'c_std=c11',
1717
'warning_level=1',
1818
'b_asneeded=true',
1919
],
2020
license : 'MIT',
21-
meson_version : '>=0.46.0')
21+
meson_version : '>=0.47.0')
2222

2323
libmodulemd_v1_version = '1.8.3'
2424
libmodulemd_v2_version = meson.project_version()

0 commit comments

Comments
 (0)