commit | 288311c74fec3ffcf167c3435833afade4e97228 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 05 09:52:28 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 05 09:53:43 2014 -0700 |
tree | 40037285655c803ba6ac3f201f345fae10db23a5 | |
parent | 52c1c05057639a4a8393e14f5baf01a0fd0be68e [diff] [blame] |
ndn-cxx: Updating to the latest version
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile index 6ec19d0..91a94dd 100644 --- a/ndn-cxx/Makefile +++ b/ndn-cxx/Makefile
@@ -2,15 +2,15 @@ GIT_URL=https://github.com/named-data/ndn-cxx.git # Tag name or commit hash for checkout -GIT_VERSION=ndn-cxx-0.2.0 +GIT_VERSION=9ad2d7222c3bf7be7f5d7d9fcf806716d9edb5ca # Package name NAME=ndn-cxx # Package version -VERSION=0.2.0 +VERSION=0.2.0-1 # PPA version -PPA_VERSION=1 +PPA_VERSION=2 include ../packaging.mk