WiringPi: Bump up version to 3.5

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I2b81a719d75fe9ce28ed25aea3c215da59c287b1
This commit is contained in:
Deokgyu Yang
2020-08-24 17:40:40 +09:00
parent f85513d04f
commit f6a49aa0d2
3 changed files with 14 additions and 3 deletions

View File

@@ -1 +1 @@
3.4 3.5

11
debian/changelog vendored
View File

@@ -1,3 +1,14 @@
odroid-wiringpi (9:3.5) stable; urgency=medium
* Odroid-XU4: Use cmpKernelVersion to determine ADC node
* WiringPi: Update in response to the latest regulations about I2C/SPI nodes
* WiringPi: Add cmpKernelVersion and update the kernelVerion structure
* WiringPi: Remove utsname things from each board's file
* WiringPi: Add showing current kernel version to the help text
* WiringPi: Implement storing current operating board's kernel version
-- Deokgyu Yang <secugyu@gmail.com> Mon, 24 Aug 2020 17:38:49 +0900
odroid-wiringpi (9:3.4) stable; urgency=medium odroid-wiringpi (9:3.4) stable; urgency=medium
* WiringPi: Add support for Odroid-N2+ * WiringPi: Add support for Odroid-N2+

View File

@@ -1,3 +1,3 @@
#define VERSION "3.4" #define VERSION "3.5"
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR "4" #define VERSION_MINOR "5"