diff options
| author | Michael Forney <mforney@mforney.org> | 2017-03-24 12:27:47 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-03-24 12:27:47 -0700 |
| commit | ffc3993238b3f354b0be45056923261022b040f5 (patch) | |
| tree | d8ad4ffa99c8aab990a834b84e73d01944f6a46b /pkg/libinput/config.h | |
| parent | 84110415839f2e88711059ea5cb9b17bb5cc22ce (diff) | |
libinput: Update to 1.7.0
Diffstat (limited to 'pkg/libinput/config.h')
| -rw-r--r-- | pkg/libinput/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index 7000aa68..cd2fd04e 100644 --- a/pkg/libinput/config.h +++ b/pkg/libinput/config.h @@ -7,17 +7,17 @@ /* #undef HAVE_LIBWACOM_GET_PAIRED_DEVICE */ #define HAVE_MEMORY_H 1 #define LIBINPUT_VERSION_MAJOR 1 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION_MINOR 6 -#define LIBINPUT_VERSION "1.6.3" +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION_MINOR 7 +#define LIBINPUT_VERSION "1.7.0" #define LT_OBJDIR ".libs/" #define PACKAGE "libinput" -#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.6.1" +#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.7.0" #define PACKAGE_NAME "libinput" -#define PACKAGE_STRING "libinput 1.6.3" +#define PACKAGE_STRING "libinput 1.7.0" #define PACKAGE_TARNAME "libinput" #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/" -#define PACKAGE_VERSION "1.6.3" +#define PACKAGE_VERSION "1.7.0" #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -33,7 +33,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.6.3" +#define VERSION "1.7.0" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ |
