diff --git a/VERSION b/VERSION index fe50b75..bafac89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-3.0 +2.44-4.0 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index c4d4e30..57e8564 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-3.0 +Version: 2.44-4.0 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 4395f89..826bd2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/version.h b/version.h index 243ffbb..9ff93b0 100644 --- a/version.h +++ b/version.h @@ -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"