Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher committed Oct 5, 2017
1 parent bca8276 commit 2dc9a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 : '0.1.0',
version : '0.2.0',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand Down
8 changes: 4 additions & 4 deletions modulemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ modulemd_lib = library(
],
install : true,
soversion: '0',
version: '0.1.1',
version: '0.2.0',
)

header_path = 'modulemd'
Expand Down Expand Up @@ -99,7 +99,7 @@ test('test_modulemd_yaml', test_modulemd_yaml,
gnome.generate_gir(
modulemd_lib,
sources : modulemd_srcs + modulemd_hdrs,
nsversion : '0.1',
nsversion : '0.2',
namespace : 'Modulemd',
symbol_prefix : 'modulemd_',
identifier_prefix : 'Modulemd',
Expand All @@ -110,7 +110,7 @@ gnome.generate_gir(
)

cdata = configuration_data()
cdata.set('VERSION', '0.1.0')
cdata.set('VERSION', '0.2.0')
configure_file(input : 'version.xml.in',
output : 'version.xml',
configuration : cdata)
Expand All @@ -124,7 +124,7 @@ gnome.gtkdoc(
pkg.generate(
libraries : modulemd_lib,
subdirs : header_path,
version : '0.1',
version : '0.2',
name : 'modulemd',
filebase : 'modulemd',
description : 'Module metadata manipulation library',
Expand Down

0 comments on commit 2dc9a37

Please sign in to comment.