WiringPi: Bump up version to 3.4

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
diff --git a/VERSION b/VERSION
index f30101c..2f4b607 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3
\ No newline at end of file
+3.4
diff --git a/debian/changelog b/debian/changelog
index a6efc8f..a2bc9bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+odroid-wiringpi (9:3.4) stable; urgency=medium
+
+  * WiringPi: Add support for Odroid-N2+
+
+ -- Deokgyu Yang <secugyu@gmail.com>  Wed, 15 Jul 2020 16:29:24 +0900
+
 odroid-wiringpi (9:3.3) stable; urgency=medium
 
   * WiringPi: Check Device Tree first to recognize and change the referenced DT path
diff --git a/version.h b/version.h
index e21bdc3..cccf681 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
-#define VERSION "3.3"
+#define VERSION "3.4"
 #define VERSION_MAJOR 3
-#define VERSION_MINOR "3"
+#define VERSION_MINOR "4"