diff --git a/VERSION b/VERSION index 06a4457..4fe5631 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1 \ No newline at end of file +3.2 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 17ed689..5078237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +odroid-wiringpi (9:3.2) stable; urgency=medium + + * WiringPi: Bring back all of the stuffs I removed to do with peripherals + * Revert "WiringPi: Android: Apply removes to Android.bp + + -- Deokgyu Yang Tue, 28 Apr 2020 13:52:52 +0900 + odroid-wiringpi (9:3.1) stable; urgency=medium * debian: Add explicit package dependency diff --git a/version.h b/version.h index 7416832..7f02446 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.1" +#define VERSION "3.2" #define VERSION_MAJOR 3 -#define VERSION_MINOR "1" +#define VERSION_MINOR "2"