Update meson.build to 0.2 for development

This commit is contained in:
Marc Di Luzio 2018-01-15 10:59:47 +00:00
parent c459c05076
commit 0cb31eccbe

View File

@ -1,5 +1,5 @@
project('gamemode', 'c',
version : '0.1',
version : '0.2',
license : 'BSD' )
cc = meson.get_compiler('c')