commit | 751969de0632d547432f23f919038dde56e2de38 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 16:51:29 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 16:54:02 2018 +0000 |
tree | 30004fd71bef2971253eea87162871622aea62af | |
parent | 8fed69b803b768ecdfccf90c14813ad2d650f6ab [diff] [blame] |
nfd: Update to 0.6.3 Change-Id: Ie3890f6d66995b0394d5cd73c4efe477db657b9d
diff --git a/nfd/Makefile b/nfd/Makefile index 15bf916..b5cd931 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.2 +GIT_VERSION=NFD-0.6.3 # Package name NAME=nfd # Package version -VERSION=0.6.2 +VERSION=0.6.3 # PPA version -PPA_VERSION=1 +PPA_VERSION=2 include ../packaging.mk