ndn-cxx: Update to 0.6.3
Change-Id: Ib70878ec8f66e07034e2dd10e183ae7ed47b4017
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 4f44e09..7704fea 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.6.2
+GIT_VERSION=ndn-cxx-0.6.3
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.6.2
+VERSION=0.6.3
# PPA version
-PPA_VERSION=2
+PPA_VERSION=3
include ../packaging.mk
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index f9469d7..3315c3f 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.6.3-ppa3~DISTRO) DISTRO; urgency=low
+
+ * Version based on ndn-cxx-0.6.3 (https://github.com/named-data/ndn-
+ cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Tue, 16 Oct 2018 16:37:28 +0000
+
ndn-cxx (0.6.2-ppa2~DISTRO) DISTRO; urgency=low
* Version based on ndn-cxx-0.6.2 (https://github.com/named-data/ndn-
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 19caaeb..3028d3f 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -11,7 +11,7 @@
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
-CXXFLAGS += -std=c++11
+CXXFLAGS += -std=c++14
LIBDIR := /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%: