commit | 84e62a0ec7282f0ebed6f04d3d9f2093d7ba8ea3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 12 17:32:38 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 12 17:32:38 2014 -0700 |
tree | 4dc7dbbc9b65ea02610df93667abd11593ddf384 | |
parent | 8019a93e7b1cdf31c9ce66b94b65bb4d71dca2c8 [diff] [blame] |
ndndump: Bump to version 0.5
diff --git a/ndndump/Makefile b/ndndump/Makefile index cd0a564..8c4a894 100644 --- a/ndndump/Makefile +++ b/ndndump/Makefile
@@ -2,15 +2,15 @@ GIT_URL=https://github.com/named-data/ndndump # Tag name or commit hash for checkout -GIT_VERSION=22f77ef777d7201b3677b04e6b1e0e85c45f0238 +GIT_VERSION=0.5 # Package name NAME=ndndump # Package version -VERSION=0.0.1 +VERSION=0.5 # PPA version -PPA_VERSION=2 +PPA_VERSION=1 include ../packaging.mk