Release Cage 0.1.1

A new tag for packagers to build Cage with wlroots 0.6.0.

Changelog:

* Update to wlroots 0.6.0
* Don't submit too much damage in damage tracking implementation
* Use XKB_* environment variables to configure keyboard devices
This commit is contained in:
Jente Hidskes 2019-06-03 19:55:52 +02:00
parent 6bb73b3658
commit 1ecba7e67c
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

View file

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