Skip to content

Commit

Permalink
Bump versions to 2.0.0 and 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
  • Loading branch information
sgallagher committed Dec 10, 2018
1 parent fa1aa9f commit 64382b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 0 additions & 2 deletions modulemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64382b0

Please sign in to comment.