mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 19:10:53 +01:00
configure.ac: libinput 1.8.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
945122c691
commit
401728a157
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
AC_PREREQ([2.64])
|
||||
|
||||
m4_define([libinput_major_version], [1])
|
||||
m4_define([libinput_minor_version], [7])
|
||||
m4_define([libinput_micro_version], [902])
|
||||
m4_define([libinput_minor_version], [8])
|
||||
m4_define([libinput_micro_version], [0])
|
||||
m4_define([libinput_version],
|
||||
[libinput_major_version.libinput_minor_version.libinput_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('libinput', 'c', 'cpp',
|
||||
version : '1.7.902',
|
||||
version : '1.8.0',
|
||||
license : 'MIT/Expat',
|
||||
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
|
||||
meson_version : '>= 0.40.0')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue