WiringPi: Bump up version to 3.3

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I39e300fe2808ac807df860a3f9ffc058d4968a07
diff --git a/VERSION b/VERSION
index 4fe5631..f30101c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2
\ No newline at end of file
+3.3
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 5078237..a6efc8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+odroid-wiringpi (9:3.3) stable; urgency=medium
+
+  * WiringPi: Check Device Tree first to recognize and change the referenced DT path
+  * WiringPi: Android: Redefine some function that's not supported
+
+ -- Deokgyu Yang <secugyu@gmail.com>  Fri, 26 Jun 2020 14:48:28 +0900
+
 odroid-wiringpi (9:3.2) stable; urgency=medium
 
   * WiringPi: Bring back all of the stuffs I removed to do with peripherals
diff --git a/version.h b/version.h
index 7f02446..e21bdc3 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
-#define VERSION "3.2"
+#define VERSION "3.3"
 #define VERSION_MAJOR 3
-#define VERSION_MINOR "2"
+#define VERSION_MINOR "3"