diff --git a/VERSION b/VERSION index 0ab82fa..ef0817f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-5.3 +2.44-6.0 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index df3ecbe..5689dc5 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-5.3 +Version: 2.44-6.0 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 446ed04..77d0a50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/version.h b/version.h index fa9615b..565a5db 100644 --- a/version.h +++ b/version.h @@ -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"