nfd: Release 0.7.1

Change-Id: I8ab86d24a74bac2b3bd3d35655fe2ca534e0af80
diff --git a/nfd/Makefile b/nfd/Makefile
index c7f14da..f051a80 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.7.0
+GIT_VERSION=NFD-0.7.1
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.7.0
+VERSION=0.7.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk