diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-05 14:15:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-06 03:04:01 -0700 |
| commit | 31c05f46507205d9d5ee389232e86dfc17a74bff (patch) | |
| tree | 0bb63311845f2aecf70bf5f80c2185417d7bb453 /pkg/libinput/libinput-version.h | |
| parent | 31b3e97804c5840f66a3e4b53b242de978dae7e1 (diff) | |
libinput: Update to 1.18.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 ae231daa..6a91c676 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 17 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION "1.17.3" +#define LIBINPUT_VERSION_MINOR 18 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.18.0" #endif |
