Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
- Revert backwards-incompatible change to GObject Introspection
nsversion

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Mar 15, 2018
1 parent a339089 commit dd9b7c9
Show file tree
Hide file tree
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',
Expand Down
4 changes: 2 additions & 2 deletions modulemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit dd9b7c9

Please sign in to comment.