WiringPi: Bump up version to 2.44-6.2

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
Deokgyu Yang
2020-02-19 14:40:20 +09:00
parent 79b6474ae3
commit 8c26c89486
4 changed files with 10 additions and 4 deletions

View File

@@ -1 +1 @@
2.44-6.1
2.44-6.2

View File

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

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
odroid-wiringpi (2.44-6.2) stable; urgency=medium
* WiringPi: Fix issue where 'wiringPiISR' can't run without sudo
-- Deokgyu Yang <secugyu@gmail.com> Wed, 19 Feb 2020 14:37:50 +0900
odroid-wiringpi (2.44-6.1) stable; urgency=medium
* WiringPi: Ignore case when identifying a board

View File

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