diff --git a/VERSION b/VERSION index 5a95802..d70c8f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5 +3.6 diff --git a/debian/changelog b/debian/changelog index 043d566..fea66cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 25 Aug 2020 17:22:35 +0900 + odroid-wiringpi (9:3.5) stable; urgency=medium * Odroid-XU4: Use cmpKernelVersion to determine ADC node diff --git a/version.h b/version.h index 33d4742..7f819da 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.5" +#define VERSION "3.6" #define VERSION_MAJOR 3 -#define VERSION_MINOR "5" +#define VERSION_MINOR "6"