From a81abab32556c5580207be867710903155fcc150 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Tue, 28 Apr 2020 13:56:02 +0900 Subject: [PATCH] WiringPi: Bump up version to 3.2 Signed-off-by: Deokgyu Yang Change-Id: I31b75e0019b747950308da756b65d871031a5d28 --- VERSION | 2 +- debian/changelog | 7 +++++++ version.h | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) 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"