Skip to content

Commit 072e6ee

Browse files
committed
Update versions to 2.1.0 and 1.8.2
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 82cbe08 commit 072e6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.0.1',
13+
version : '2.1.0',
1414
default_options : [
1515
'buildtype=debugoptimized',
1616
'c_std=c11',
@@ -20,7 +20,7 @@ project('modulemd', 'c',
2020
license : 'MIT',
2121
meson_version : '>=0.44.0')
2222

23-
libmodulemd_v1_version = '1.8.1'
23+
libmodulemd_v1_version = '1.8.2'
2424
libmodulemd_v2_version = meson.project_version()
2525

2626
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)