diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-29 13:33:06 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-29 13:33:58 -0700 |
| commit | d9c18eff70f0c6dc668e7c8de067b99faf51b925 (patch) | |
| tree | 5d6e2cc3e0f3d2ad0e72edb1fa4882e73883eebd /pkg/libinput/libinput-version.h | |
| parent | 31c538f09fc34c1bd35537181b1ec8b6e6d5b20f (diff) | |
libinput: Update to 1.13.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 91878a07..62d44198 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 12 -#define LIBINPUT_VERSION_MICRO 6 -#define LIBINPUT_VERSION "1.12.6" +#define LIBINPUT_VERSION_MINOR 13 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.13.0" #endif |
