diff --git a/VERSION b/VERSION index d70c8f8..475ba51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6 +3.7 diff --git a/debian/changelog b/debian/changelog index fea66cf..2051a50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +odroid-wiringpi (9:3.7) stable; urgency=medium + + * Odroid-C1/C2: Add I2C support for mainline kernel + * Odroid-C1: Fix to keep compatibility with Odroid-C series + * Odroid-C4: Add base number to GPIO_H pad pins + + -- Deokgyu Yang Mon, 07 Sep 2020 18:00:26 +0900 + odroid-wiringpi (9:3.6) stable; urgency=medium * Odroid-C4: Correct ADC nodes and change their access number as to the Odroid convention diff --git a/newVersion b/newVersion old mode 100644 new mode 100755 diff --git a/version.h b/version.h index 7f819da..8af99c2 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.6" +#define VERSION "3.7" #define VERSION_MAJOR 3 -#define VERSION_MINOR "6" +#define VERSION_MINOR "7"