ndn-cxx: Update to version 0.6.2

Change-Id: Id302e7c755100248e2d177133ff82bf9bc19b748
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 908c023..4f44e09 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-cxx.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.6.1
+GIT_VERSION=ndn-cxx-0.6.2
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.6.1
+VERSION=0.6.2
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=2
 
 include ../packaging.mk