From 64382b09619fa6dc9e589df8a0c6f6198176a9cc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 10 Dec 2018 10:32:34 -0500 Subject: [PATCH] Bump versions to 2.0.0 and 1.8.0 Signed-off-by: Stephen Gallagher --- meson.build | 3 ++- modulemd/meson.build | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 005378d6b..03ce7218b 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,8 @@ project('modulemd', 'c', license : 'MIT', meson_version : '>=0.44.0') -libmodulemd_v1_version = '1.7.1' +libmodulemd_v1_version = '1.8.0' +libmodulemd_v2_version = meson.project_version() cc = meson.get_compiler('c') test_cflags = [ diff --git a/modulemd/meson.build b/modulemd/meson.build index 2cc991d8a..fe50d9815 100644 --- a/modulemd/meson.build +++ b/modulemd/meson.build @@ -228,8 +228,6 @@ test_v2_python_scripts = files( v2_include_dirs = include_directories ('v2/include/modulemd-2.0') -libmodulemd_v2_version = meson.project_version() - # Fake test to ensure that all sources and headers are formatted properly clang_args = [ '-i' ] test('clang_format', clang_format,