ndn-cxx: Update to the latest dev version
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index dd5265c..5a14eaf 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=2cced06cec581d3453c0af9704db15dfd5a34c6e
+GIT_VERSION=a8659ff5709a27404e69e85e0fd27823c4abc76d
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.3.0~rc0.1
+VERSION=0.3.0~rc0.2
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk