diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 13:21:05 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 18:00:49 -0800 |
| commit | 5f8507f279f8da4c85639c6bb2c0dadaa1b89c50 (patch) | |
| tree | 3b04405a1cf1b1e1652bfea2e573f64c18cb9ab8 /pkg/libinput/libinput-version.h | |
| parent | fac05879fd7b857d61ce5d34d45fe930fe0192a3 (diff) | |
libinput: Update to 1.15.2
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 84d61f9c..66d88946 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 14 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION "1.14.3" +#define LIBINPUT_VERSION_MINOR 15 +#define LIBINPUT_VERSION_MICRO 2 +#define LIBINPUT_VERSION "1.15.2" #endif |
