WiringPi: Bump up version to 3.7

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ided1c49e7aa259a9d1d6b92d96d3b3e605a865ad
This commit is contained in:
Deokgyu Yang
2020-09-07 18:02:53 +09:00
parent 54aca3f6a3
commit 7e937c75f1
4 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
3.6
3.7

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
odroid-wiringpi (9:3.7) stable; urgency=medium
* Odroid-C1/C2: Add I2C support for mainline kernel
* Odroid-C1: Fix to keep compatibility with Odroid-C series
* Odroid-C4: Add base number to GPIO_H pad pins
-- Deokgyu Yang <secugyu@gmail.com> Mon, 07 Sep 2020 18:00:26 +0900
odroid-wiringpi (9:3.6) stable; urgency=medium
* Odroid-C4: Correct ADC nodes and change their access number as to the Odroid convention

0
newVersion Normal file → Executable file
View File

View File

@@ -1,3 +1,3 @@
#define VERSION "3.6"
#define VERSION "3.7"
#define VERSION_MAJOR 3
#define VERSION_MINOR "6"
#define VERSION_MINOR "7"