nfd: Updating to the last dev version
diff --git a/nfd/Makefile b/nfd/Makefile
index 25f6ec6..2d7c996 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=35eefdfa1a9ac389915c5ebc55f0ef0a6addd371
+GIT_VERSION=56a21bf34a7dacbc65afd347e0049efe628764b1
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.3.0~rc0.1
+VERSION=0.3.0~rc0.2
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=3
 
 include ../packaging.mk