ndn-traffic-generator: Update to the latest version

Change-Id: I6ad996e9a724c9e02b00ce3adab427e1eaa84c08
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
index ed7532f..5f6c33b 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=772d7473920ef6ea11886013636d7f937f8a696f
+GIT_VERSION=1cbe1d01ab56756004c5ec8488bcdf64ced34cec
 
 # Package name
 NAME=ndn-traffic-generator
 
 # Package version
-VERSION=0.0.13-g772d747
+VERSION=0.0.14-g1cbe1d0
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk