Skip to content

Commit 2dc9a37

Browse files
committed
Bump version to 0.2.0
1 parent bca8276 commit 2dc9a37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('modulemd', 'c',
2-
version : '0.1.0',
2+
version : '0.2.0',
33
default_options : [
44
'buildtype=debugoptimized',
55
'c_std=c11',

modulemd/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ modulemd_lib = library(
3737
],
3838
install : true,
3939
soversion: '0',
40-
version: '0.1.1',
40+
version: '0.2.0',
4141
)
4242

4343
header_path = 'modulemd'
@@ -99,7 +99,7 @@ test('test_modulemd_yaml', test_modulemd_yaml,
9999
gnome.generate_gir(
100100
modulemd_lib,
101101
sources : modulemd_srcs + modulemd_hdrs,
102-
nsversion : '0.1',
102+
nsversion : '0.2',
103103
namespace : 'Modulemd',
104104
symbol_prefix : 'modulemd_',
105105
identifier_prefix : 'Modulemd',
@@ -110,7 +110,7 @@ gnome.generate_gir(
110110
)
111111

112112
cdata = configuration_data()
113-
cdata.set('VERSION', '0.1.0')
113+
cdata.set('VERSION', '0.2.0')
114114
configure_file(input : 'version.xml.in',
115115
output : 'version.xml',
116116
configuration : cdata)
@@ -124,7 +124,7 @@ gnome.gtkdoc(
124124
pkg.generate(
125125
libraries : modulemd_lib,
126126
subdirs : header_path,
127-
version : '0.1',
127+
version : '0.2',
128128
name : 'modulemd',
129129
filebase : 'modulemd',
130130
description : 'Module metadata manipulation library',

0 commit comments

Comments
 (0)