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