Skip to content

Commit 64382b0

Browse files
committed
Bump versions to 2.0.0 and 1.8.0
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent fa1aa9f commit 64382b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ project('modulemd', 'c',
2020
license : 'MIT',
2121
meson_version : '>=0.44.0')
2222

23-
libmodulemd_v1_version = '1.7.1'
23+
libmodulemd_v1_version = '1.8.0'
24+
libmodulemd_v2_version = meson.project_version()
2425

2526
cc = meson.get_compiler('c')
2627
test_cflags = [

modulemd/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ test_v2_python_scripts = files(
228228
v2_include_dirs = include_directories ('v2/include/modulemd-2.0')
229229

230230

231-
libmodulemd_v2_version = meson.project_version()
232-
233231
# Fake test to ensure that all sources and headers are formatted properly
234232
clang_args = [ '-i' ]
235233
test('clang_format', clang_format,

0 commit comments

Comments
 (0)