mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 05:40:05 +01:00
libevdev 1.10rc2
This commit is contained in:
parent
4226c7801b
commit
869fda7810
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ AC_PREREQ([2.62])
|
|||
|
||||
# change meson version too
|
||||
AC_INIT([libevdev],
|
||||
[1.9.901],
|
||||
[1.9.902],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
|
||||
[libevdev],
|
||||
[http://freedesktop.org/wiki/Software/libevdev/])
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('libevdev', 'c',
|
||||
version: '1.9.901', # change autotools version too
|
||||
version: '1.9.902', # change autotools version too
|
||||
license: 'MIT/Expat',
|
||||
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
|
||||
meson_version: '>= 0.47.0')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue