commit | 4038f4d1961f3445ef5a74cffec8f55686dfaedc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Jan 14 20:22:33 2020 +0000 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jan 15 19:24:32 2020 +0000 |
tree | b03749769e18817dc23e587dfdea14f9b2c49672 | |
parent | 47144382aed5b1a8241498331a865088a596da90 [diff] [blame] |
nfd: Update to version 0.7.0 Change-Id: Ic08845a02c95d41c95423bec5fc9860e60e05abe
diff --git a/nfd/Makefile b/nfd/Makefile index ff9e104..c7f14da 100644 --- a/nfd/Makefile +++ b/nfd/Makefile
@@ -2,15 +2,15 @@ GIT_URL=https://github.com/named-data/NFD.git # Tag name or commit hash for checkout -GIT_VERSION=NFD-0.6.6 +GIT_VERSION=NFD-0.7.0 # Package name NAME=nfd # Package version -VERSION=0.6.6 +VERSION=0.7.0 # PPA version -PPA_VERSION=1 +PPA_VERSION=2 include ../packaging.mk