logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f0b7f0397c26be8d05b34c62846878998935cd77
parent 892d26c839cee2bade45300ae8377d9ab5388571
Author: Michael Forney <mforney@mforney.org>
Date:   Sat,  7 Oct 2017 13:22:43 -0700

libinput: Update config.h versions for 1.8.3

I accidentally forgot this in ca03fd8daf37aaa74cce9ccd166639448a713eab.

Diffstat:

Mpkg/libinput/config.h8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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 */