commit | 3f7d383dc04ca864487d3fc0aabd5edc11dbea41 | [log] [tgz] |
---|---|---|
author | Alex Afanasyev <aa@cs.fiu.edu> | Sun Nov 22 22:02:56 2020 +0000 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Mon Nov 23 01:44:00 2020 +0000 |
tree | 2df156871eb63e49b3d52754ebcc9ceb280b2b5a | |
parent | 04ba67c4c2953267e05caf328eb9b5370833637b [diff] [blame] |
nfd: Release 0.7.1 Change-Id: I8ab86d24a74bac2b3bd3d35655fe2ca534e0af80
diff --git a/nfd/Makefile b/nfd/Makefile index c7f14da..f051a80 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.7.0 +GIT_VERSION=NFD-0.7.1 # Package name NAME=nfd # Package version -VERSION=0.7.0 +VERSION=0.7.1 # PPA version -PPA_VERSION=2 +PPA_VERSION=1 include ../packaging.mk