diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 03:06:43 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | d614aa4bd9b42d15326f72ee6f4a8d4c09e38e75 (patch) | |
| tree | 010567f530318418909a7d229fc619073150cbe1 /pkg/libinput/libinput-version.h | |
| parent | c0abb27962587763c7655d0d6db7de10a1730a86 (diff) | |
libinput: Update to 1.17.0
Diffstat (limited to 'pkg/libinput/libinput-version.h')
| -rw-r--r-- | pkg/libinput/libinput-version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h index 9371f9b8..6205c4b2 100644 --- a/pkg/libinput/libinput-version.h +++ b/pkg/libinput/libinput-version.h @@ -25,8 +25,8 @@ #define LIBINPUT_VERSION_H #define LIBINPUT_VERSION_MAJOR 1 -#define LIBINPUT_VERSION_MINOR 16 -#define LIBINPUT_VERSION_MICRO 4 -#define LIBINPUT_VERSION "1.16.4" +#define LIBINPUT_VERSION_MINOR 17 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.17.0" #endif |
