Set version to 0.1

Since we now have a tag with 0.1 and also a release with that version
number was published on GitHub we should adjust the version in the meson
file too.
This commit is contained in:
Michael Vetter 2019-04-24 08:54:06 +02:00 committed by Jente Hidskes
parent 2eb28ce216
commit c69d394bed

View file

@ -1,5 +1,5 @@
project('cage', 'c', project('cage', 'c',
version: '0.0.1', version: '0.1',
license: 'MIT', license: 'MIT',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',