ndn-cxx: Version 0.8.0
Change-Id: Ib1c07e4472d6f987f87e81d93354f88f5bf5391b
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index b39b026..2c6139d 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.7.1
+GIT_VERSION=ndn-cxx-0.8.0
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.7.1
+VERSION=0.8.0
# PPA version
-PPA_VERSION=2
+PPA_VERSION=1
include ../packaging.mk