diff --git a/VERSION b/VERSION index 2f4b607..5a95802 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4 +3.5 diff --git a/debian/changelog b/debian/changelog index a2bc9bd..043d566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 24 Aug 2020 17:38:49 +0900 + odroid-wiringpi (9:3.4) stable; urgency=medium * WiringPi: Add support for Odroid-N2+ diff --git a/version.h b/version.h index cccf681..33d4742 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.4" +#define VERSION "3.5" #define VERSION_MAJOR 3 -#define VERSION_MINOR "4" +#define VERSION_MINOR "5"