diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-01 14:19:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-01 14:19:00 -0700 |
| commit | c8adb44f509e26383bbe773789f6cdff1f76d4f7 (patch) | |
| tree | 07f8a87916a282b4c684b2c03f00d02bc8f86883 | |
| parent | 1f2e76986582463195a6710362d7fec9c2507ad0 (diff) | |
libgpiod: Update to 1.6
| -rw-r--r-- | pkg/libgpiod/config.h | 8 | ||||
| m--------- | pkg/libgpiod/src | 0 | ||||
| -rw-r--r-- | pkg/libgpiod/ver | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/pkg/libgpiod/config.h b/pkg/libgpiod/config.h index e083beb3..c083afe2 100644 --- a/pkg/libgpiod/config.h +++ b/pkg/libgpiod/config.h @@ -1,4 +1,4 @@ -#define GPIOD_VERSION_STR "1.5.2" +#define GPIOD_VERSION_STR "1.6" /* #undef HAVE_CATCH2_CATCH_HPP */ /* #undef HAVE_CXX11 */ #define HAVE_DIRENT_H 1 @@ -23,11 +23,11 @@ #define PACKAGE "libgpiod" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "libgpiod" -#define PACKAGE_STRING "libgpiod 1.5.2" +#define PACKAGE_STRING "libgpiod 1.6" #define PACKAGE_TARNAME "libgpiod" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.5.2" +#define PACKAGE_VERSION "1.6" #define STDC_HEADERS 1 -#define VERSION "1.5.2" +#define VERSION "1.6" #define _GNU_SOURCE /**/ /* #undef malloc */ diff --git a/pkg/libgpiod/src b/pkg/libgpiod/src -Subproject 1709c0e68c59b869ca71fbe7535f0acad4ce8b5 +Subproject c3bb1b8547f5d073d4b63537a4557ab3d3cc2c0 diff --git a/pkg/libgpiod/ver b/pkg/libgpiod/ver index 0e5d6a8a..a0d95a05 100644 --- a/pkg/libgpiod/ver +++ b/pkg/libgpiod/ver @@ -1 +1 @@ -1.5.2 r0 +1.6 r0 |
