diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-07 13:22:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-07 13:27:36 -0700 |
| commit | f0b7f0397c26be8d05b34c62846878998935cd77 (patch) | |
| tree | 307537ab7cf4f4ab6116c2be999679e809f2d3ce /pkg | |
| parent | 892d26c839cee2bade45300ae8377d9ab5388571 (diff) | |
libinput: Update config.h versions for 1.8.3
I accidentally forgot this in ca03fd8daf37aaa74cce9ccd166639448a713eab.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/libinput/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index 9f33ed57..6a5852de 100644 --- a/pkg/libinput/config.h +++ b/pkg/libinput/config.h @@ -10,7 +10,7 @@ /* #undef HAVE_LIBWACOM */ /* #undef HAVE_LIBWACOM_GET_PAIRED_DEVICE */ #define HAVE_MEMORY_H 1 -#define LIBINPUT_VERSION "1.8.0" +#define LIBINPUT_VERSION "1.8.3" #define LIBINPUT_VERSION_MAJOR 1 #define LIBINPUT_VERSION_MICRO 0 #define LIBINPUT_VERSION_MINOR 8 @@ -18,10 +18,10 @@ #define PACKAGE "libinput" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.8.0" #define PACKAGE_NAME "libinput" -#define PACKAGE_STRING "libinput 1.8.0" +#define PACKAGE_STRING "libinput 1.8.3" #define PACKAGE_TARNAME "libinput" #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/" -#define PACKAGE_VERSION "1.8.0" +#define PACKAGE_VERSION "1.8.3" #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -37,7 +37,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.1" +#define VERSION "1.8.3" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ |
