commit | e91cec2bd14950dd78e91fd4d4f7291949a3c2d0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 03 16:14:20 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 03 16:14:20 2014 -0800 |
tree | 8b1cf28920365f7ffa90f7507c34c024e747d19f | |
parent | 952acec324260b297bed49e78b5e4721b189707c [diff] [blame] |
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