WiringPi: Bump up version to 3.6

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I0f2b9c1f08a8e8fc9575c17601b616b93eafd073
This commit is contained in:
Deokgyu Yang
2020-08-25 17:24:11 +09:00
parent 6a87102f90
commit 49bcab594c
3 changed files with 10 additions and 3 deletions

View File

@@ -1 +1 @@
3.5 3.6

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
odroid-wiringpi (9:3.6) stable; urgency=medium
* Odroid-C4: Correct ADC nodes and change their access number as to the Odroid convention
* WiringPi: Remove patch string in kernel number and add whole release string
-- Deokgyu Yang <secugyu@gmail.com> Tue, 25 Aug 2020 17:22:35 +0900
odroid-wiringpi (9:3.5) stable; urgency=medium odroid-wiringpi (9:3.5) stable; urgency=medium
* Odroid-XU4: Use cmpKernelVersion to determine ADC node * Odroid-XU4: Use cmpKernelVersion to determine ADC node

View File

@@ -1,3 +1,3 @@
#define VERSION "3.5" #define VERSION "3.6"
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR "5" #define VERSION_MINOR "6"