Update meson.build for 0.3 development

This commit is contained in:
Marc Di Luzio 2018-01-17 11:59:32 +00:00
parent 73fb3e97e6
commit 72e24b5292

View File

@ -2,7 +2,7 @@ project(
'gamemode', 'gamemode',
'c', 'c',
default_options : ['c_std=c11'], default_options : ['c_std=c11'],
version: '0.2', version: '0.3',
license: 'BSD', license: 'BSD',
) )