Bump up version to 3.9

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
Deokgyu Yang
2020-11-20 10:55:28 +09:00
parent bf7cd9a7de
commit 6bf0d6c125
3 changed files with 9 additions and 3 deletions

View File

@@ -1 +1 @@
3.8 3.9

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
odroid-wiringpi (9:3.9) stable; urgency=medium
* WiringPi: Android: Add odroidhc4.c to compile on the android platform
-- Deokgyu Yang <secugyu@gmail.com> Fri, 20 Nov 2020 10:53:41 +0900
odroid-wiringpi (9:3.8) stable; urgency=medium odroid-wiringpi (9:3.8) stable; urgency=medium
* WiringPi: Add support for Odroid-HC4 * WiringPi: Add support for Odroid-HC4

View File

@@ -1,3 +1,3 @@
#define VERSION "3.8" #define VERSION "3.9"
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR "8" #define VERSION_MINOR "9"