From 2515484821e18196a4307edb83b2c9c0870b7e72 Mon Sep 17 00:00:00 2001 From: Yang Deokgyu Date: Tue, 22 Oct 2019 15:28:05 +0900 Subject: [PATCH] wiringPi: Bump up version to 2.44-5.2 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 add9328..360a83d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-5.1 +2.44-5.2 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 69a64ce..857938d 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-5.1 +Version: 2.44-5.2 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 53afed3..cb3b193 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +odroid-wiringpi (2.44-5.2) stable; urgency=medium + + * Fix for parsing /proc/cpuinfo on ODROID-C + + -- Yang Deokgyu Tue, 22 Oct 2019 15:27:13 +0900 + odroid-wiringpi (2.44-5.1) stable; urgency=medium * Fix for parsing /proc/cpuinfo properly diff --git a/version.h b/version.h index c277ce3..35be2e6 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-5.1" +#define VERSION "2.44-5.2" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-5.1" +#define VERSION_MINOR "44-5.2"