From 8ec73fe14e502b84f5956ddc17e93523d7765729 Mon Sep 17 00:00:00 2001 From: Yang Deokgyu Date: Tue, 22 Oct 2019 16:56:13 +0900 Subject: [PATCH] wiringPi: Bump up version to 2.44-5.3 Signed-off-by: Yang Deokgyu --- VERSION | 2 +- debian-template/wiringPi/DEBIAN/control | 2 +- debian/changelog | 6 ++++++ version.h | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 360a83d..0ab82fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-5.2 +2.44-5.3 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 857938d..df3ecbe 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-5.2 +Version: 2.44-5.3 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index cb3b193..446ed04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +odroid-wiringpi (2.44-5.3) stable; urgency=medium + + * Add a udev rules file for meson-gpiomem for ODROID-C/C2 boards + + -- Yang Deokgyu Tue, 22 Oct 2019 16:55:23 +0900 + odroid-wiringpi (2.44-5.2) stable; urgency=medium * Fix for parsing /proc/cpuinfo on ODROID-C diff --git a/version.h b/version.h index 35be2e6..fa9615b 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-5.2" +#define VERSION "2.44-5.3" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-5.2" +#define VERSION_MINOR "44-5.3"