wiringPi: Bump up version to 2.44-4.0

Signed-off-by: Joshua Yang <joshua.yang@hardkernel.com>
This commit is contained in:
Joshua Yang
2019-08-14 17:06:39 +09:00
parent 5f724d4732
commit 9666c1ae78
4 changed files with 11 additions and 4 deletions

View File

@@ -1 +1 @@
2.44-3.0
2.44-4.0

View File

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

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
odroid-wiringpi (2.44-4.0) stable; urgency=medium
* Add wiringPiI2CReadBlock/wiringPiI2CWriteBlock functions
* Add INPUT_PULLUP and INPUT_PULLDOWN parameters for pinMode function
-- Joshua Yang <joshua.yang@hardkernel.com> Wed, 14 Aug 2019 17:02:55 +0900
odroid-wiringpi (2.44-3.0) stable; urgency=medium
* Add new support for hardware PWM, works only with N2 for now.

View File

@@ -1,3 +1,3 @@
#define VERSION "2.44-3.0"
#define VERSION "2.44-4.0"
#define VERSION_MAJOR 2
#define VERSION_MINOR "44-3.0"
#define VERSION_MINOR "44-4.0"