Updating package version to master
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index ce02bab..31e50f6 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/ndn-cxx.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.1.0
+GIT_VERSION=c169a81a5caf3cb4dc14a0258719bc1ef09663cc
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.1.0
+VERSION=0.2.0~rc0
 
 # PPA version
 PPA_VERSION=1
diff --git a/nfd/Makefile b/nfd/Makefile
index c357554..1401938 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.1.0
+GIT_VERSION=a3295741d6c21b95146145000e7b002cb1e7e062
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.1.0
+VERSION=0.2.0~rc0
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=1
 
 include ../packaging.mk