nlsr: Updating to the latest dev version
diff --git a/nlsr/Makefile b/nlsr/Makefile
index ffb67d0..37c9432 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/NLSR
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NLSR-0.1.0
+GIT_VERSION=7b616582edf0c2253f9c88405079c69c058ea4f0
 
 # Package name
 NAME=nlsr
 
 # Package version
-VERSION=0.1.0
+VERSION=0.2.0~rc0.0
 
 # PPA version
 PPA_VERSION=1
diff --git a/nlsr/debian/changelog b/nlsr/debian/changelog
index 5d60a31..298a53e 100644
--- a/nlsr/debian/changelog
+++ b/nlsr/debian/changelog
@@ -1,3 +1,10 @@
+nlsr (0.2.0~rc0.0-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on 7b616582edf0c2253f9c88405079c69c058ea4f0
+    (https://github.com/named-data/NLSR)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 28 Oct 2014 12:28:06 -0700
+
 nlsr (0.1.0-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on NLSR-0.1.0 (https://github.com/named-data/NLSR)
diff --git a/nlsr/debian/control b/nlsr/debian/control
index a66e951..cfb321d 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0),
+ ndn-cxx-dev (>= 0.3.0~rc0.0),
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.4.0),
diff --git a/nlsr/debian/control.precise b/nlsr/debian/control.precise
index c69e186..8ce1626 100644
--- a/nlsr/debian/control.precise
+++ b/nlsr/debian/control.precise
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0),
+ ndn-cxx-dev (>= 0.3.0~rc0.0),
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.4.0),