From 6d5f5daf09eb8fc586ae6ec6891253482669ab8b Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Thu, 9 Apr 2020 16:18:21 +0900 Subject: [PATCH] WiringPi: Bump up version to 2.44-7.0 Signed-off-by: Deokgyu Yang Change-Id: If50894454b6ea118e0ab6699816648c197261869 --- VERSION | 2 +- debian/changelog | 11 +++++++++++ debian/copyright | 2 +- version.h | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 86bf65b..cbbef4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-6.2 +2.44-7.0 diff --git a/debian/changelog b/debian/changelog index 700df39..44f71e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +odroid-wiringpi (9:2.44-7.0) stable; urgency=medium + + * Odroid-C4: New support for Odroid-C4 + * WiringPi: Improve logic of getting board information + * WiringPi: Remove files that seem won't be used or already have not been used + * WiringPi: Remove unused codes from newVersion script + * WiringPi: Minor changes + * WiringPi: Add definition _GNU_SOURCE to remove warnings to do with implicit functions + + -- Deokgyu Yang Thu, 09 Apr 2020 16:15:28 +0900 + odroid-wiringpi (2.44-6.2) stable; urgency=medium * WiringPi: Fix issue where 'wiringPiISR' can't run without sudo diff --git a/debian/copyright b/debian/copyright index 8661701..263eef6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -ODROID-WiringPi is Copyright (C) 2019 Yang Deokgyu +ODROID-WiringPi is Copyright (C) 2019-2020 Yang Deokgyu ODROID-WiringPi is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, as published diff --git a/version.h b/version.h index 0e8f9e8..989f75e 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-6.2" +#define VERSION "2.44-7.0" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-6.2" +#define VERSION_MINOR "44-7.0"