diff --git a/meson.build b/meson.build index e860390..2bca71e 100644 --- a/meson.build +++ b/meson.build @@ -6,8 +6,9 @@ project('debugcc', meson_version : '>= 0.61.0', # for install_symlink default_options: [ 'buildtype=release', - ] - ) + ], + version: '0.1.0', +) platforms = [ 'ipq8064',