From 8aed8534bcb32f6302858a404563e9e6068010b1 Mon Sep 17 00:00:00 2001 From: Joshua Yang Date: Thu, 8 Aug 2019 11:02:40 +0900 Subject: [PATCH] wiringPi: Bump up version to 2.44-3.0 Signed-off-by: Joshua Yang --- VERSION | 2 +- debian-template/wiringPi/DEBIAN/control | 2 +- debian/changelog | 8 ++++++++ version.h | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 558167a..fe50b75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-2.0 +2.44-3.0 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 505deed..c4d4e30 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-2.0 +Version: 2.44-3.0 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 5595116..4395f89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +odroid-wiringpi (2.44-3.0) stable; urgency=medium + + * Add new support for hardware PWM, works only with N2 for now. + * Add wiringPiSPISetupInterface function for specifying SPI device as a parameter. + * Improve stability/compatibility for Android support. + + -- Joshua Yang Thu, 08 Aug 2019 10:58:42 +0900 + odroid-wiringpi (2.44-2.0) stable; urgency=medium * Add wiringPiISRCancel function. diff --git a/version.h b/version.h index 19b3990..243ffbb 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-2.0" +#define VERSION "2.44-3.0" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-2.0" +#define VERSION_MINOR "44-3.0"