ndn-cxx, nfd: Package for initial public release (0.2.0)

Other updates:
- nlsr: Initial 0.1.0 release
- ndndump: Bump to version 0.5.1
- ndn-tlv-ping, repo-ng: Update to the latest version
- ndn-traffic-generator: Ensure package is rebuild against the latest ndn-cxx
diff --git a/nlsr/Makefile b/nlsr/Makefile
index 4119b5b..ffb67d0 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NLSR
 
 # Tag name or commit hash for checkout
-GIT_VERSION=060d302bf2e4e50bbb8b8e9e4f17daec95d249df
+GIT_VERSION=NLSR-0.1.0
 
 # Package name
 NAME=nlsr
 
 # Package version
-VERSION=0.1~rc0.4
+VERSION=0.1.0
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk