WiringPi: Bump up version to 2.44-6.1

Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
This commit is contained in:
Yang Deokgyu
2020-02-14 11:57:30 +09:00
parent ae873a291e
commit c9cf4971b7
4 changed files with 12 additions and 4 deletions

View File

@@ -1 +1 @@
2.44-6.0
2.44-6.1

View File

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

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
odroid-wiringpi (2.44-6.1) stable; urgency=medium
* WiringPi: Ignore case when identifying a board
* gpio: Add options for readall command in help text
* WiringPi: Make it does not configure /dev/gpiomem during deb package build
-- Yang Deokgyu <secugyu@gmail.com> Fri, 14 Feb 2020 11:51:12 +0900
odroid-wiringpi (2.44-6.0) stable; urgency=medium
* WiringPi: Get model name from Device Tree if not able from cpuinfo

View File

@@ -1,3 +1,3 @@
#define VERSION "2.44-6.0"
#define VERSION "2.44-6.1"
#define VERSION_MAJOR 2
#define VERSION_MINOR "44-6.0"
#define VERSION_MINOR "44-6.1"