Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('modulemd', 'c',
version : '1.1.1',
version : '1.1.2',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
4 changes: 2 additions & 2 deletions modulemd/meson.build
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ test_env.set('G_DEBUG', 'fatal-warnings,fatal-criticals')
test_env.set('G_MESSAGES_DEBUG', 'all')
test_env.set ('MESON_SOURCE_ROOT', meson.source_root())
test_env.set ('GI_TYPELIB_PATH', meson.build_root() + '/modulemd')
test_env.set ('MODULEMD_NSVERSION', '.'.join([libmodulemd_version_array[0], libmodulemd_version_array[1]]))
test_env.set ('MODULEMD_NSVERSION', '.'.join([libmodulemd_version_array[0], '0']))
test_env.set ('LD_LIBRARY_PATH', meson.build_root() + '/modulemd')

test_modulemd_component = executable(
@@ -179,7 +179,7 @@ test ('test_modulemd_python', test_modulemd_python, env : test_env)
gnome.generate_gir(
modulemd_lib,
sources : modulemd_srcs + modulemd_hdrs,
nsversion : '.'.join([libmodulemd_version_array[0], libmodulemd_version_array[1]]),
nsversion : '.'.join([libmodulemd_version_array[0], '0']),
namespace : 'Modulemd',
symbol_prefix : 'modulemd_',
identifier_prefix : 'Modulemd',

0 comments on commit dd9b7c9

Please sign in to comment.