1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-18 09:51:36 +02: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

View File

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