diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-04 00:34:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-04 02:29:58 -0700 |
| commit | 58661f01e1432eb8ada0d7f19361a5393076cd2e (patch) | |
| tree | 0aa36064b41925c045e2a38d703cf70adae78c23 /pkg/libinput/libinput-version.h | |
| parent | 3fc26fe988e254e567d128c1cdb581b0fe4dff13 (diff) | |
libinput: Update to 1.16.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 730712c8..3c69ca81 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 15 -#define LIBINPUT_VERSION_MICRO 6 -#define LIBINPUT_VERSION "1.15.6" +#define LIBINPUT_VERSION_MINOR 16 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.16.0" #endif |
