diff options
| author | Michael Forney <mforney@mforney.org> | 2022-02-10 13:30:30 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-02-10 13:30:30 -0800 |
| commit | 44c7105b3de2e792338e387738383de4cbb2dcf0 (patch) | |
| tree | 85d65365d95826839acdd22f3877a2a58c43c8c0 /pkg/libinput/libinput-version.h | |
| parent | 12e1ceb79496cf23073e1f7b2e0cd9b322b77054 (diff) | |
libinput: Update to 1.19.3
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 6a91c676..354fd8cf 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 18 -#define LIBINPUT_VERSION_MICRO 0 -#define LIBINPUT_VERSION "1.18.0" +#define LIBINPUT_VERSION_MINOR 19 +#define LIBINPUT_VERSION_MICRO 3 +#define LIBINPUT_VERSION "1.19.3" #endif |
