WiringPi: Bump up version to 2.44-6.0

Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
Change-Id: Ic8a3e66f58018b965ecbe893f6d318f0e1c9f9f1
This commit is contained in:
Yang Deokgyu
2019-12-24 11:16:17 +09:00
parent 1d462d6600
commit 51d37029a1
4 changed files with 13 additions and 4 deletions

View File

@@ -1 +1 @@
2.44-5.3
2.44-6.0

View File

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

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
odroid-wiringpi (2.44-6.0) stable; urgency=medium
* WiringPi: Get model name from Device Tree if not able from cpuinfo
* wiringPi/Makefile: Remove legacy files when uninstallation
* build: Clean up build script and do uninstall/clean before install
* debian: libwiringpi2: Remove previous built header files after installing
-- Yang Deokgyu <secugyu@gmail.com> Tue, 24 Dec 2019 11:13:43 +0900
odroid-wiringpi (2.44-5.3) stable; urgency=medium
* Add a udev rules file for meson-gpiomem for ODROID-C/C2 boards

View File

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