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:
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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user