ndn-traffic-generator: Update to use the latest ndn-cxx library
Change-Id: Ib373092120a42a5e57996bac744204f3d0c7544c
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
index d58e6e5..f2b134a 100644
--- a/ndn-traffic-generator/Makefile
+++ b/ndn-traffic-generator/Makefile
@@ -2,15 +2,15 @@
GIT_URL=https://github.com/named-data/ndn-traffic-generator
# Tag name or commit hash for checkout
-GIT_VERSION=740812e0d83c7cfc767e4faf9bac4045ac92e1be
+GIT_VERSION=d0b59982c4e6d602ee901c29e2472a1a447d545e
# Package name
NAME=ndn-traffic-generator
# Package version
-VERSION=0.0.2
+VERSION=0.0.3
# PPA version
-PPA_VERSION=1
+PPA_VERSION=2
include ../packaging.mk