diff --git a/VERSION b/VERSION index bafac89..ac525a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-4.0 +2.44-4.1 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 1550c6d..be65890 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-4.0 +Version: 2.44-4.1 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 826bd2e..3386cbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +odroid-wiringpi (2.44-4.1) stable; urgency=medium + + * Fix non-root user who has /dev/gpiomem cannot use gpio command properly + + -- Yang Deokgyu Wed, 11 Sep 2019 11:44:13 +0900 + odroid-wiringpi (2.44-4.0) stable; urgency=medium * Add wiringPiI2CReadBlock/wiringPiI2CWriteBlock functions diff --git a/version.h b/version.h index 9ff93b0..b32e2db 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-4.0" +#define VERSION "2.44-4.1" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-4.0" +#define VERSION_MINOR "44-4.1"