ndn-cxx, nfd: Update to the 0.3.4 release
Bump other packages to be rebuilt with the new library
nlsr and ndn-traffic-generator include additional patches
Change-Id: Ia15e2def6820442b20cd4b231242e09051739a8a
Refs: #3132
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 38b7dee..25cce24 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=ndn-cxx-0.3.3
+GIT_VERSION=ndn-cxx-0.3.4
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.3.3
+VERSION=0.3.4
# PPA version
-PPA_VERSION=4
+PPA_VERSION=1
include ../packaging.mk