From e7ff9b58105fca9a1adcc738208e17d764c6aae6 Mon Sep 17 00:00:00 2001 From: Yang Deokgyu Date: Tue, 22 Oct 2019 14:49:22 +0900 Subject: [PATCH] wiringPi: Bump up version to 2.44-5.1 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 7f967f6..add9328 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-5.0 +2.44-5.1 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 666892c..69a64ce 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-5.0 +Version: 2.44-5.1 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 4a9abfb..53afed3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +odroid-wiringpi (2.44-5.1) stable; urgency=medium + + * Fix for parsing /proc/cpuinfo properly + + -- Yang Deokgyu Tue, 22 Oct 2019 14:47:20 +0900 + odroid-wiringpi (2.44-5.0) stable; urgency=medium * Add readall '--all' option diff --git a/version.h b/version.h index de9f7cd..c277ce3 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-5.0" +#define VERSION "2.44-5.1" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-5.0" +#define VERSION_MINOR "44-5.1"