1
0
mirror of https://github.com/emersion/kanshi synced 2024-11-26 05:55:27 +01:00

Specify correct version in meson.build

kanshi 1.0.0 has been released to github but meson.build was not updated
to reflect this yet.
This commit is contained in:
Michael Aquilina 2019-09-06 17:41:20 +01:00 committed by Simon Ser
parent e4da814a60
commit 823cdb0f6f

@ -1,7 +1,7 @@
project( project(
'kanshi', 'kanshi',
'c', 'c',
version: '0.0.0', version: '1.0.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.47.0', meson_version: '>=0.47.0',
default_options: [ default_options: [