ndn-tools: Update to version 0.3

Change-Id: I29fd7e4619c43d25e605894dba1de56293c967db
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index 75760b3..a3332ce 100644
--- a/ndn-tools/Makefile
+++ b/ndn-tools/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-tools
 
 # Tag name or commit hash for checkout
-GIT_VERSION=3e79c9cda4782ef81dcab9d596df53922b254fda
+GIT_VERSION=ndn-tools-0.3
 
 # Package name
 NAME=ndn-tools
 
 # Package version
-VERSION=0.2-3-g3e79c9c
+VERSION=0.3
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk