diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-03 21:37:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-04 00:36:02 -0700 |
| commit | d737f793ab2ad7c6d8852774c0ef4871a2024da7 (patch) | |
| tree | 00a604b70cfe056c919daede3788130849fa89e5 | |
| parent | 94fc3ab88a8a316e39e5669d3a3091ffb21fbeef (diff) | |
libgpiod: Update to 1.5.2
| -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 35a584e2..e083beb3 100644 --- a/pkg/libgpiod/config.h +++ b/pkg/libgpiod/config.h @@ -1,4 +1,4 @@ -#define GPIOD_VERSION_STR "1.5.1" +#define GPIOD_VERSION_STR "1.5.2" /* #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.1" +#define PACKAGE_STRING "libgpiod 1.5.2" #define PACKAGE_TARNAME "libgpiod" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.5.1" +#define PACKAGE_VERSION "1.5.2" #define STDC_HEADERS 1 -#define VERSION "1.5.1" +#define VERSION "1.5.2" #define _GNU_SOURCE /**/ /* #undef malloc */ diff --git a/pkg/libgpiod/src b/pkg/libgpiod/src -Subproject 685a81bdb44b39f4d88356870ab63805e9bd7a9 +Subproject 1709c0e68c59b869ca71fbe7535f0acad4ce8b5 diff --git a/pkg/libgpiod/ver b/pkg/libgpiod/ver index 94a14a00..0e5d6a8a 100644 --- a/pkg/libgpiod/ver +++ b/pkg/libgpiod/ver @@ -1 +1 @@ -1.5.1 r0 +1.5.2 r0 |
