libei 1.0.0rc1

This commit is contained in:
Peter Hutterer 2023-05-17 11:09:38 +10:00
parent 5215be1079
commit df268d618a
2 changed files with 1 additions and 5 deletions

View file

@ -65,10 +65,6 @@ The ei protocol is a public protocol that may be used directly by clients or
EIS implementations. This documentation describes the protocol, its interfaces
and how to generate language bindings.
{{% notice style="warning" %}}
The protocol is not yet declared stable.
{{% /notice %}}
If you are looking for easy-to-use C libraries instead, see:
- 🥚 [libei](https://libinput.pages.freedesktop.org/libei/api/group__libei.html) for the client side

View file

@ -1,5 +1,5 @@
project('libei', 'c',
version: '0.5',
version: '0.99.1',
license: 'MIT',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.56.0')