nfd: Fixing emedding git-specific version into the binary (wasn't really fixed last time)
diff --git a/nfd/Makefile b/nfd/Makefile
index c7361b3..25f6ec6 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.3.0~rc0.1
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk