Skip to content

Commit df0fde9

Browse files
committed
Updating version to 3.0.6
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 8b096dc commit df0fde9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
project(
3232
'sscg',
3333
'c',
34-
version : '3.0.5',
35-
default_options : ['buildtype=debugoptimized', 'c_std=gnu99', 'warning_level=1', 'b_asneeded=true'],
36-
license : 'GPL-3.0-or-later WITH OpenSSL-exception',
37-
meson_version : '>=0.44.0'
34+
version : '3.0.6',
35+
default_options : ['buildtype=debugoptimized', 'c_std=gnu99', 'warning_level=1', 'b_asneeded=true'],
36+
license : 'GPL-3.0-or-later WITH OpenSSL-exception',
37+
meson_version : '>=0.44.0'
3838
)
3939

4040
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)