wiringPi: Bump up version to 2.44-5.1

Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
This commit is contained in:
Yang Deokgyu
2019-10-22 14:49:22 +09:00
parent d26507ba76
commit e7ff9b5810
4 changed files with 10 additions and 4 deletions

View File

@@ -1 +1 @@
2.44-5.0 2.44-5.1

View File

@@ -1,5 +1,5 @@
Package: odroid-wiringpi Package: odroid-wiringpi
Version: 2.44-5.0 Version: 2.44-5.1
Section: libraries Section: libraries
Priority: optional Priority: optional
Architecture: arm64 Architecture: arm64

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
odroid-wiringpi (2.44-5.1) stable; urgency=medium
* Fix for parsing /proc/cpuinfo properly
-- Yang Deokgyu <secugyu@gmail.com> Tue, 22 Oct 2019 14:47:20 +0900
odroid-wiringpi (2.44-5.0) stable; urgency=medium odroid-wiringpi (2.44-5.0) stable; urgency=medium
* Add readall '--all' option * Add readall '--all' option

View File

@@ -1,3 +1,3 @@
#define VERSION "2.44-5.0" #define VERSION "2.44-5.1"
#define VERSION_MAJOR 2 #define VERSION_MAJOR 2
#define VERSION_MINOR "44-5.0" #define VERSION_MINOR "44-5.1"